Shades of Celery #A6BF4A
Tints of Celery #A6BF4A
RGB
CMYK
RGB Variations
Color information
#A6BF4A (or 0xA6BF4A) is known color: Celery. HEX triplet: A6, BF and 4A. RGB value is (166,191,74). Sum of RGB (Red+Green+Blue) = 166+191+74=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BF4A is #5940B5. Grayscale: #AAAAAA. Windows color (decimal): -5849270 or 4898726. OLE color: 4898726.
HSL color Cylindrical-coordinate representation of color #A6BF4A: hue angle of 72.82º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6BF4A is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 74 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.25 |
| HSL | 72.82º | 0.48% | 0.52% | - |
| HSV(B) | 72.82º | 0.61% | 0.75% | - |
| XYZ | 35.59 | 45.86 | 13.46 | - |
| YUV | 170.19 | 73.72 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 74 | 0.13 | 0 | 0.61 | 0.25 | 72.82 | 0.48 | 0.52 |
| Hex | A6 | BF | 4A | D | 0 | 3D | 19 | 49 | 30 | 34 |
| Octal | 246 | 277 | 112 | 15 | 0 | 75 | 31 | 111 | 60 | 64 |
| Binary | 10100110 | 10111111 | 1001010 | 1101 | 0 | 111101 | 11001 | 1001001 | 110000 | 110100 |
Color Harmonies of #A6BF4A
Complementary color
Monochromatic Colors of #A6BF4A
Black with #A6BF4A
Text Example
Text Example
White with #A6BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BF4A; }
p { color: rgb(166,191,74); }
H1.HeaderClassName
{
color: #A6BF4A;
}
.AnyTagClassName
{
color: #A6BF4A;
}
</style>
background-color css
<style>
a { background-color: #A6BF4A; }
a { background-color: rgb(166,191,74); }
div.DivClassName
{
background-color: #A6BF4A;
}
.BgClassName
{
background-color: #A6BF4A;
}
</style>
border-color css
<style>
span { border-color: #A6BF4A; }
span { border-color: rgb(166,191,74); }
td.TdClassName
{
border-color: #A6BF4A;
}
.TagClassName
{
border-color: #A6BF4A;
}
</style>