Shades of Celery #A6BC4B
Tints of Celery #A6BC4B
RGB
CMYK
RGB Variations
Color information
#A6BC4B (or 0xA6BC4B) is known color: Celery. HEX triplet: A6, BC and 4B. RGB value is (166,188,75). Sum of RGB (Red+Green+Blue) = 166+188+75=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC4B is #5943B4. Grayscale: #A8A8A8. Windows color (decimal): -5850037 or 4963494. OLE color: 4963494.
HSL color Cylindrical-coordinate representation of color #A6BC4B: hue angle of 71.68º 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 #A6BC4B is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 75 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.26 |
| HSL | 71.68º | 0.46% | 0.52% | - |
| HSV(B) | 71.68º | 0.6% | 0.74% | - |
| XYZ | 34.98 | 44.58 | 13.42 | - |
| YUV | 168.54 | 75.21 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 75 | 0.12 | 0 | 0.60 | 0.26 | 71.68 | 0.46 | 0.52 |
| Hex | A6 | BC | 4B | C | 0 | 3C | 1A | 48 | 2E | 34 |
| Octal | 246 | 274 | 113 | 14 | 0 | 74 | 32 | 110 | 56 | 64 |
| Binary | 10100110 | 10111100 | 1001011 | 1100 | 0 | 111100 | 11010 | 1001000 | 101110 | 110100 |
Color Harmonies of #A6BC4B
Complementary color
Monochromatic Colors of #A6BC4B
Black with #A6BC4B
Text Example
Text Example
White with #A6BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BC4B; }
p { color: rgb(166,188,75); }
H1.HeaderClassName
{
color: #A6BC4B;
}
.AnyTagClassName
{
color: #A6BC4B;
}
</style>
background-color css
<style>
a { background-color: #A6BC4B; }
a { background-color: rgb(166,188,75); }
div.DivClassName
{
background-color: #A6BC4B;
}
.BgClassName
{
background-color: #A6BC4B;
}
</style>
border-color css
<style>
span { border-color: #A6BC4B; }
span { border-color: rgb(166,188,75); }
td.TdClassName
{
border-color: #A6BC4B;
}
.TagClassName
{
border-color: #A6BC4B;
}
</style>