Shades of Celery #A6BF55
Tints of Celery #A6BF55
RGB
CMYK
RGB Variations
Color information
#A6BF55 (or 0xA6BF55) is known color: Celery. HEX triplet: A6, BF and 55. RGB value is (166,191,85). Sum of RGB (Red+Green+Blue) = 166+191+85=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF55 is #5940AA. Grayscale: #ABABAB. Windows color (decimal): -5849259 or 5619622. OLE color: 5619622.
HSL color Cylindrical-coordinate representation of color #A6BF55: hue angle of 74.15º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6BF55 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 85 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.25 |
| HSL | 74.15º | 0.45% | 0.54% | - |
| HSV(B) | 74.15º | 0.55% | 0.75% | - |
| XYZ | 36 | 46.02 | 15.58 | - |
| YUV | 171.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 85 | 0.13 | 0 | 0.55 | 0.25 | 74.15 | 0.45 | 0.54 |
| Hex | A6 | BF | 55 | D | 0 | 37 | 19 | 4A | 2D | 36 |
| Octal | 246 | 277 | 125 | 15 | 0 | 67 | 31 | 112 | 55 | 66 |
| Binary | 10100110 | 10111111 | 1010101 | 1101 | 0 | 110111 | 11001 | 1001010 | 101101 | 110110 |
Color Harmonies of #A6BF55
Complementary color
Monochromatic Colors of #A6BF55
Black with #A6BF55
Text Example
Text Example
White with #A6BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BF55; }
p { color: rgb(166,191,85); }
H1.HeaderClassName
{
color: #A6BF55;
}
.AnyTagClassName
{
color: #A6BF55;
}
</style>
background-color css
<style>
a { background-color: #A6BF55; }
a { background-color: rgb(166,191,85); }
div.DivClassName
{
background-color: #A6BF55;
}
.BgClassName
{
background-color: #A6BF55;
}
</style>
border-color css
<style>
span { border-color: #A6BF55; }
span { border-color: rgb(166,191,85); }
td.TdClassName
{
border-color: #A6BF55;
}
.TagClassName
{
border-color: #A6BF55;
}
</style>