Shades of Celery #A6B64A
Tints of Celery #A6B64A
RGB
CMYK
RGB Variations
Color information
#A6B64A (or 0xA6B64A) is known color: Celery. HEX triplet: A6, B6 and 4A. RGB value is (166,182,74). Sum of RGB (Red+Green+Blue) = 166+182+74=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B64A is #5949B5. Grayscale: #A5A5A5. Windows color (decimal): -5851574 or 4896422. OLE color: 4896422.
HSL color Cylindrical-coordinate representation of color #A6B64A: hue angle of 68.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6B64A is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 182 | 74 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.29 |
| HSL | 68.89º | 0.43% | 0.5% | - |
| HSV(B) | 68.89º | 0.59% | 0.71% | - |
| XYZ | 33.69 | 42.06 | 12.82 | - |
| YUV | 164.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 182 | 74 | 0.09 | 0 | 0.59 | 0.29 | 68.89 | 0.43 | 0.5 |
| Hex | A6 | B6 | 4A | 9 | 0 | 3B | 1D | 45 | 2B | 32 |
| Octal | 246 | 266 | 112 | 11 | 0 | 73 | 35 | 105 | 53 | 62 |
| Binary | 10100110 | 10110110 | 1001010 | 1001 | 0 | 111011 | 11101 | 1000101 | 101011 | 110010 |
Color Harmonies of #A6B64A
Complementary color
Monochromatic Colors of #A6B64A
Black with #A6B64A
Text Example
Text Example
White with #A6B64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B64A; }
p { color: rgb(166,182,74); }
H1.HeaderClassName
{
color: #A6B64A;
}
.AnyTagClassName
{
color: #A6B64A;
}
</style>
background-color css
<style>
a { background-color: #A6B64A; }
a { background-color: rgb(166,182,74); }
div.DivClassName
{
background-color: #A6B64A;
}
.BgClassName
{
background-color: #A6B64A;
}
</style>
border-color css
<style>
span { border-color: #A6B64A; }
span { border-color: rgb(166,182,74); }
td.TdClassName
{
border-color: #A6B64A;
}
.TagClassName
{
border-color: #A6B64A;
}
</style>