Shades of Celery #A6BF3E
Tints of Celery #A6BF3E
RGB
CMYK
RGB Variations
Color information
#A6BF3E (or 0xA6BF3E) is known color: Celery. HEX triplet: A6, BF and 3E. RGB value is (166,191,62). Sum of RGB (Red+Green+Blue) = 166+191+62=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BF3E is #5940C1. Grayscale: #A9A9A9. Windows color (decimal): -5849282 or 4112294. OLE color: 4112294.
HSL color Cylindrical-coordinate representation of color #A6BF3E: hue angle of 71.63º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6BF3E is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 62 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.25 |
| HSL | 71.63º | 0.51% | 0.5% | - |
| HSV(B) | 71.63º | 0.68% | 0.75% | - |
| XYZ | 35.23 | 45.72 | 11.52 | - |
| YUV | 168.82 | 67.72 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 62 | 0.13 | 0 | 0.68 | 0.25 | 71.63 | 0.51 | 0.5 |
| Hex | A6 | BF | 3E | D | 0 | 44 | 19 | 48 | 33 | 32 |
| Octal | 246 | 277 | 76 | 15 | 0 | 104 | 31 | 110 | 63 | 62 |
| Binary | 10100110 | 10111111 | 111110 | 1101 | 0 | 1000100 | 11001 | 1001000 | 110011 | 110010 |
Color Harmonies of #A6BF3E
Complementary color
Monochromatic Colors of #A6BF3E
Black with #A6BF3E
Text Example
Text Example
White with #A6BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BF3E; }
p { color: rgb(166,191,62); }
H1.HeaderClassName
{
color: #A6BF3E;
}
.AnyTagClassName
{
color: #A6BF3E;
}
</style>
background-color css
<style>
a { background-color: #A6BF3E; }
a { background-color: rgb(166,191,62); }
div.DivClassName
{
background-color: #A6BF3E;
}
.BgClassName
{
background-color: #A6BF3E;
}
</style>
border-color css
<style>
span { border-color: #A6BF3E; }
span { border-color: rgb(166,191,62); }
td.TdClassName
{
border-color: #A6BF3E;
}
.TagClassName
{
border-color: #A6BF3E;
}
</style>