Shades of Celery #A6BC4C
Tints of Celery #A6BC4C
RGB
CMYK
RGB Variations
Color information
#A6BC4C (or 0xA6BC4C) is known color: Celery. HEX triplet: A6, BC and 4C. RGB value is (166,188,76). Sum of RGB (Red+Green+Blue) = 166+188+76=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC4C is #5943B3. Grayscale: #A9A9A9. Windows color (decimal): -5850036 or 5029030. OLE color: 5029030.
HSL color Cylindrical-coordinate representation of color #A6BC4C: hue angle of 71.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6BC4C is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 76 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.26 |
| HSL | 71.79º | 0.46% | 0.52% | - |
| HSV(B) | 71.79º | 0.6% | 0.74% | - |
| XYZ | 35.01 | 44.6 | 13.6 | - |
| YUV | 168.65 | 75.71 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 76 | 0.12 | 0 | 0.60 | 0.26 | 71.79 | 0.46 | 0.52 |
| Hex | A6 | BC | 4C | C | 0 | 3C | 1A | 48 | 2E | 34 |
| Octal | 246 | 274 | 114 | 14 | 0 | 74 | 32 | 110 | 56 | 64 |
| Binary | 10100110 | 10111100 | 1001100 | 1100 | 0 | 111100 | 11010 | 1001000 | 101110 | 110100 |
Color Harmonies of #A6BC4C
Complementary color
Monochromatic Colors of #A6BC4C
Black with #A6BC4C
Text Example
Text Example
White with #A6BC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BC4C; }
p { color: rgb(166,188,76); }
H1.HeaderClassName
{
color: #A6BC4C;
}
.AnyTagClassName
{
color: #A6BC4C;
}
</style>
background-color css
<style>
a { background-color: #A6BC4C; }
a { background-color: rgb(166,188,76); }
div.DivClassName
{
background-color: #A6BC4C;
}
.BgClassName
{
background-color: #A6BC4C;
}
</style>
border-color css
<style>
span { border-color: #A6BC4C; }
span { border-color: rgb(166,188,76); }
td.TdClassName
{
border-color: #A6BC4C;
}
.TagClassName
{
border-color: #A6BC4C;
}
</style>