#A9B94F

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

Shades of Celery #A9B94F

Tints of Celery #A9B94F

Color information

#A9B94F (or 0xA9B94F) is unknown color: approx Celery. HEX triplet: A9, B9 and 4F. RGB value is (169,185,79). Sum of RGB (Red+Green+Blue) = 169+185+79=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B94F is #5646B0. Grayscale: #A8A8A8. Windows color (decimal): -5654193 or 5224873. OLE color: 5224873.

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

Color convert

RGB16918579-
CMYK0.0900.570.27
HSL69.06º43.09%51.76%-
HSV(B)69.06º57.3%72.55%-
XYZ35.1243.713.98-
YUV168.1377.7128.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 185 (72.66% from 255) = 42.73%
BLUE value IS 79 (31.25% from 255) = 18.24%
R=39.03%
G=42.73%
B=18.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169185790.0900.570.2769.0643.0951.76
HexA9B94F90391B452b34
Octal25127111711071331055364
Binary1010100110111001100111110010111001110111000101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B94F; }

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

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

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

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

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

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

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

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