Shades of Celery #A0BC4B
Tints of Celery #A0BC4B
RGB
CMYK
RGB Variations
Color information
#A0BC4B (or 0xA0BC4B) is known color: Celery. HEX triplet: A0, BC and 4B. RGB value is (160,188,75). Sum of RGB (Red+Green+Blue) = 160+188+75=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC4B is #5F43B4. Grayscale: #A7A7A7. Windows color (decimal): -6243253 or 4963488. OLE color: 4963488.
HSL color Cylindrical-coordinate representation of color #A0BC4B: hue angle of 74.87º 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 #A0BC4B is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 75 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.26 |
| HSL | 74.87º | 0.46% | 0.52% | - |
| HSV(B) | 74.87º | 0.6% | 0.74% | - |
| XYZ | 33.75 | 43.95 | 13.36 | - |
| YUV | 166.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 75 | 0.15 | 0 | 0.60 | 0.26 | 74.87 | 0.46 | 0.52 |
| Hex | A0 | BC | 4B | F | 0 | 3C | 1A | 4B | 2E | 34 |
| Octal | 240 | 274 | 113 | 17 | 0 | 74 | 32 | 113 | 56 | 64 |
| Binary | 10100000 | 10111100 | 1001011 | 1111 | 0 | 111100 | 11010 | 1001011 | 101110 | 110100 |
Color Harmonies of #A0BC4B
Complementary color
Monochromatic Colors of #A0BC4B
Black with #A0BC4B
Text Example
Text Example
White with #A0BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC4B; }
p { color: rgb(160,188,75); }
H1.HeaderClassName
{
color: #A0BC4B;
}
.AnyTagClassName
{
color: #A0BC4B;
}
</style>
background-color css
<style>
a { background-color: #A0BC4B; }
a { background-color: rgb(160,188,75); }
div.DivClassName
{
background-color: #A0BC4B;
}
.BgClassName
{
background-color: #A0BC4B;
}
</style>
border-color css
<style>
span { border-color: #A0BC4B; }
span { border-color: rgb(160,188,75); }
td.TdClassName
{
border-color: #A0BC4B;
}
.TagClassName
{
border-color: #A0BC4B;
}
</style>