#A9B94C

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

Shades of Celery #A9B94C

Tints of Celery #A9B94C

Color information

#A9B94C (or 0xA9B94C) is unknown color: approx Celery. HEX triplet: A9, B9 and 4C. RGB value is (169,185,76). Sum of RGB (Red+Green+Blue) = 169+185+76=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B94C is #5646B3. Grayscale: #A8A8A8. Windows color (decimal): -5654196 or 5028265. OLE color: 5028265.

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

Color convert

RGB16918576-
CMYK0.0900.590.27
HSL68.81º43.78%51.18%-
HSV(B)68.81º58.92%72.55%-
XYZ35.0243.6513.42-
YUV167.7976.2128.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 185 (72.66% from 255) = 43.02%
BLUE value IS 76 (30.08% from 255) = 17.67%
R=39.30%
G=43.02%
B=17.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169185760.0900.590.2768.8143.7851.18
HexA9B94C903B1B452c33
Octal25127111411073331055463
Binary1010100110111001100110010010111011110111000101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B94C; }

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

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

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

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

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

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

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

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