Shades of Celery #A6BC3E
Tints of Celery #A6BC3E
RGB
CMYK
RGB Variations
Color information
#A6BC3E (or 0xA6BC3E) is known color: Celery. HEX triplet: A6, BC and 3E. RGB value is (166,188,62). Sum of RGB (Red+Green+Blue) = 166+188+62=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC3E is #5943C1. Grayscale: #A7A7A7. Windows color (decimal): -5850050 or 4111526. OLE color: 4111526.
HSL color Cylindrical-coordinate representation of color #A6BC3E: hue angle of 70.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6BC3E is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 62 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.26 |
| HSL | 70.48º | 0.5% | 0.49% | - |
| HSV(B) | 70.48º | 0.67% | 0.74% | - |
| XYZ | 34.58 | 44.42 | 11.31 | - |
| YUV | 167.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 62 | 0.12 | 0 | 0.67 | 0.26 | 70.48 | 0.5 | 0.49 |
| Hex | A6 | BC | 3E | C | 0 | 43 | 1A | 46 | 32 | 31 |
| Octal | 246 | 274 | 76 | 14 | 0 | 103 | 32 | 106 | 62 | 61 |
| Binary | 10100110 | 10111100 | 111110 | 1100 | 0 | 1000011 | 11010 | 1000110 | 110010 | 110001 |
Color Harmonies of #A6BC3E
Complementary color
Monochromatic Colors of #A6BC3E
Black with #A6BC3E
Text Example
Text Example
White with #A6BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BC3E; }
p { color: rgb(166,188,62); }
H1.HeaderClassName
{
color: #A6BC3E;
}
.AnyTagClassName
{
color: #A6BC3E;
}
</style>
background-color css
<style>
a { background-color: #A6BC3E; }
a { background-color: rgb(166,188,62); }
div.DivClassName
{
background-color: #A6BC3E;
}
.BgClassName
{
background-color: #A6BC3E;
}
</style>
border-color css
<style>
span { border-color: #A6BC3E; }
span { border-color: rgb(166,188,62); }
td.TdClassName
{
border-color: #A6BC3E;
}
.TagClassName
{
border-color: #A6BC3E;
}
</style>