Shades of Celery #A0BB4B
Tints of Celery #A0BB4B
RGB
CMYK
RGB Variations
Color information
#A0BB4B (or 0xA0BB4B) is known color: Celery. HEX triplet: A0, BB and 4B. RGB value is (160,187,75). Sum of RGB (Red+Green+Blue) = 160+187+75=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BB4B is #5F44B4. Grayscale: #A6A6A6. Windows color (decimal): -6243509 or 4963232. OLE color: 4963232.
HSL color Cylindrical-coordinate representation of color #A0BB4B: hue angle of 74.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0BB4B is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 75 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.27 |
| HSL | 74.46º | 0.45% | 0.51% | - |
| HSV(B) | 74.46º | 0.6% | 0.73% | - |
| XYZ | 33.54 | 43.52 | 13.29 | - |
| YUV | 166.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 75 | 0.14 | 0 | 0.60 | 0.27 | 74.46 | 0.45 | 0.51 |
| Hex | A0 | BB | 4B | E | 0 | 3C | 1B | 4A | 2D | 33 |
| Octal | 240 | 273 | 113 | 16 | 0 | 74 | 33 | 112 | 55 | 63 |
| Binary | 10100000 | 10111011 | 1001011 | 1110 | 0 | 111100 | 11011 | 1001010 | 101101 | 110011 |
Color Harmonies of #A0BB4B
Complementary color
Monochromatic Colors of #A0BB4B
Black with #A0BB4B
Text Example
Text Example
White with #A0BB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB4B; }
p { color: rgb(160,187,75); }
H1.HeaderClassName
{
color: #A0BB4B;
}
.AnyTagClassName
{
color: #A0BB4B;
}
</style>
background-color css
<style>
a { background-color: #A0BB4B; }
a { background-color: rgb(160,187,75); }
div.DivClassName
{
background-color: #A0BB4B;
}
.BgClassName
{
background-color: #A0BB4B;
}
</style>
border-color css
<style>
span { border-color: #A0BB4B; }
span { border-color: rgb(160,187,75); }
td.TdClassName
{
border-color: #A0BB4B;
}
.TagClassName
{
border-color: #A0BB4B;
}
</style>