Shades of Celery #A6B94C
Tints of Celery #A6B94C
RGB
CMYK
RGB Variations
Color information
#A6B94C (or 0xA6B94C) is known color: Celery. HEX triplet: A6, B9 and 4C. RGB value is (166,185,76). Sum of RGB (Red+Green+Blue) = 166+185+76=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B94C is #5946B3. Grayscale: #A7A7A7. Windows color (decimal): -5850804 or 5028262. OLE color: 5028262.
HSL color Cylindrical-coordinate representation of color #A6B94C: hue angle of 70.46º 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 #A6B94C is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
RGB | 166 | 185 | 76 | - |
CMYK | 0.10 | 0 | 0.59 | 0.27 |
HSL | 70.46º | 0.44% | 0.51% | - |
HSV(B) | 70.46º | 0.59% | 0.73% | - |
XYZ | 34.38 | 43.33 | 13.39 | - |
YUV | 166.89 | 76.71 | 127.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 185 | 76 | 0.10 | 0 | 0.59 | 0.27 | 70.46 | 0.44 | 0.51 |
Hex | A6 | B9 | 4C | A | 0 | 3B | 1B | 46 | 2C | 33 |
Octal | 246 | 271 | 114 | 12 | 0 | 73 | 33 | 106 | 54 | 63 |
Binary | 10100110 | 10111001 | 1001100 | 1010 | 0 | 111011 | 11011 | 1000110 | 101100 | 110011 |
Color Harmonies of #A6B94C
Complementary color
Monochromatic Colors of #A6B94C
Black with #A6B94C
Text Example
Text Example
White with #A6B94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B94C; }
p { color: rgb(166,185,76); }
H1.HeaderClassName
{
color: #A6B94C;
}
.AnyTagClassName
{
color: #A6B94C;
}
</style>
background-color css
<style>
a { background-color: #A6B94C; }
a { background-color: rgb(166,185,76); }
div.DivClassName
{
background-color: #A6B94C;
}
.BgClassName
{
background-color: #A6B94C;
}
</style>
border-color css
<style>
span { border-color: #A6B94C; }
span { border-color: rgb(166,185,76); }
td.TdClassName
{
border-color: #A6B94C;
}
.TagClassName
{
border-color: #A6B94C;
}
</style>