Shades of Celery #A6BF4C
Tints of Celery #A6BF4C
RGB
CMYK
RGB Variations
Color information
#A6BF4C (or 0xA6BF4C) is known color: Celery. HEX triplet: A6, BF and 4C. RGB value is (166,191,76). Sum of RGB (Red+Green+Blue) = 166+191+76=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BF4C is #5940B3. Grayscale: #AAAAAA. Windows color (decimal): -5849268 or 5029798. OLE color: 5029798.
HSL color Cylindrical-coordinate representation of color #A6BF4C: hue angle of 73.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6BF4C is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 76 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.25 |
| HSL | 73.04º | 0.47% | 0.52% | - |
| HSV(B) | 73.04º | 0.6% | 0.75% | - |
| XYZ | 35.66 | 45.89 | 13.82 | - |
| YUV | 170.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 76 | 0.13 | 0 | 0.60 | 0.25 | 73.04 | 0.47 | 0.52 |
| Hex | A6 | BF | 4C | D | 0 | 3C | 19 | 49 | 2F | 34 |
| Octal | 246 | 277 | 114 | 15 | 0 | 74 | 31 | 111 | 57 | 64 |
| Binary | 10100110 | 10111111 | 1001100 | 1101 | 0 | 111100 | 11001 | 1001001 | 101111 | 110100 |
Color Harmonies of #A6BF4C
Complementary color
Monochromatic Colors of #A6BF4C
Black with #A6BF4C
Text Example
Text Example
White with #A6BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BF4C; }
p { color: rgb(166,191,76); }
H1.HeaderClassName
{
color: #A6BF4C;
}
.AnyTagClassName
{
color: #A6BF4C;
}
</style>
background-color css
<style>
a { background-color: #A6BF4C; }
a { background-color: rgb(166,191,76); }
div.DivClassName
{
background-color: #A6BF4C;
}
.BgClassName
{
background-color: #A6BF4C;
}
</style>
border-color css
<style>
span { border-color: #A6BF4C; }
span { border-color: rgb(166,191,76); }
td.TdClassName
{
border-color: #A6BF4C;
}
.TagClassName
{
border-color: #A6BF4C;
}
</style>