#A9B94D

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

Shades of Celery #A9B94D

Tints of Celery #A9B94D

Color information

#A9B94D (or 0xA9B94D) is unknown color: approx Celery. HEX triplet: A9, B9 and 4D. RGB value is (169,185,77). Sum of RGB (Red+Green+Blue) = 169+185+77=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B94D is #5646B2. Grayscale: #A8A8A8. Windows color (decimal): -5654195 or 5093801. OLE color: 5093801.

HSL color Cylindrical-coordinate representation of color #A9B94D: hue angle of 68.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A9B94D is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB16918577-
CMYK0.0900.580.27
HSL68.89º43.55%51.37%-
HSV(B)68.89º58.38%72.55%-
XYZ35.0543.6713.6-
YUV167.976.7128.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 185 (72.66% from 255) = 42.92%
BLUE value IS 77 (30.47% from 255) = 17.87%
R=39.21%
G=42.92%
B=17.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169185770.0900.580.2768.8943.5551.37
HexA9B94D903A1B452c33
Octal25127111511072331055463
Binary1010100110111001100110110010111010110111000101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B94D; }

 p { color: rgb(169,185,77); }

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

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

 a { background-color: rgb(169,185,77); }

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

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

 span { border-color: rgb(169,185,77); }

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