#A9B352

Color #A9B352 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #A9B352

Tints of Celery #A9B352

Color information

#A9B352 (or 0xA9B352) is unknown color: approx Celery. HEX triplet: A9, B3 and 52. RGB value is (169,179,82). Sum of RGB (Red+Green+Blue) = 169+179+82=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B352 is #564CAD. Grayscale: #A5A5A5. Windows color (decimal): -5655726 or 5419945. OLE color: 5419945.

HSL color Cylindrical-coordinate representation of color #A9B352: hue angle of 66.19º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9B352 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB16917982-
CMYK0.0600.540.30
HSL66.19º38.96%51.18%-
HSV(B)66.19º54.19%70.2%-
XYZ34.0141.2814.16-
YUV164.9581.19130.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 179 (70.31% from 255) = 41.63%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=39.30%
G=41.63%
B=19.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169179820.0600.540.3066.1938.9651.18
HexA9B35260361E422733
Octal2512631226066361024763
Binary101010011011001110100101100110110111101000010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B352; }

 p { color: rgb(169,179,82); }

 H1.HeaderClassName
 {
   color: #A9B352;
 }
 .AnyTagClassName
 {
   color: #A9B352;
 }
</style>
background-color css

<style>
 a { background-color: #A9B352; }

 a { background-color: rgb(169,179,82); }

 div.DivClassName
 {
   background-color: #A9B352;
 }
 .BgClassName
 {
   background-color: #A9B352;
 }
</style>
border-color css

<style>
 span { border-color: #A9B352; }

 span { border-color: rgb(169,179,82); }

 td.TdClassName
 {
   border-color: #A9B352;
 }
 .TagClassName
 {
   border-color: #A9B352;
 }
</style>