Shades of Celery #A6BF4D
Tints of Celery #A6BF4D
RGB
CMYK
RGB Variations
Color information
#A6BF4D (or 0xA6BF4D) is known color: Celery. HEX triplet: A6, BF and 4D. RGB value is (166,191,77). Sum of RGB (Red+Green+Blue) = 166+191+77=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF4D is #5940B2. Grayscale: #AAAAAA. Windows color (decimal): -5849267 or 5095334. OLE color: 5095334.
HSL color Cylindrical-coordinate representation of color #A6BF4D: hue angle of 73.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6BF4D is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 77 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.25 |
| HSL | 73.16º | 0.47% | 0.53% | - |
| HSV(B) | 73.16º | 0.6% | 0.75% | - |
| XYZ | 35.7 | 45.9 | 14 | - |
| YUV | 170.53 | 75.22 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 77 | 0.13 | 0 | 0.60 | 0.25 | 73.16 | 0.47 | 0.53 |
| Hex | A6 | BF | 4D | D | 0 | 3C | 19 | 49 | 2F | 35 |
| Octal | 246 | 277 | 115 | 15 | 0 | 74 | 31 | 111 | 57 | 65 |
| Binary | 10100110 | 10111111 | 1001101 | 1101 | 0 | 111100 | 11001 | 1001001 | 101111 | 110101 |
Color Harmonies of #A6BF4D
Complementary color
Monochromatic Colors of #A6BF4D
Black with #A6BF4D
Text Example
Text Example
White with #A6BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BF4D; }
p { color: rgb(166,191,77); }
H1.HeaderClassName
{
color: #A6BF4D;
}
.AnyTagClassName
{
color: #A6BF4D;
}
</style>
background-color css
<style>
a { background-color: #A6BF4D; }
a { background-color: rgb(166,191,77); }
div.DivClassName
{
background-color: #A6BF4D;
}
.BgClassName
{
background-color: #A6BF4D;
}
</style>
border-color css
<style>
span { border-color: #A6BF4D; }
span { border-color: rgb(166,191,77); }
td.TdClassName
{
border-color: #A6BF4D;
}
.TagClassName
{
border-color: #A6BF4D;
}
</style>