Shades of Celery #A8BB4B
Tints of Celery #A8BB4B
RGB
CMYK
RGB Variations
Color information
#A8BB4B (or 0xA8BB4B) is known color: Celery. HEX triplet: A8, BB and 4B. RGB value is (168,187,75). Sum of RGB (Red+Green+Blue) = 168+187+75=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB4B is #5744B4. Grayscale: #A8A8A8. Windows color (decimal): -5719221 or 4963240. OLE color: 4963240.
HSL color Cylindrical-coordinate representation of color #A8BB4B: hue angle of 70.18º 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 #A8BB4B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 75 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.27 |
| HSL | 70.18º | 0.45% | 0.51% | - |
| HSV(B) | 70.18º | 0.6% | 0.73% | - |
| XYZ | 35.19 | 44.37 | 13.37 | - |
| YUV | 168.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 75 | 0.10 | 0 | 0.60 | 0.27 | 70.18 | 0.45 | 0.51 |
| Hex | A8 | BB | 4B | A | 0 | 3C | 1B | 46 | 2D | 33 |
| Octal | 250 | 273 | 113 | 12 | 0 | 74 | 33 | 106 | 55 | 63 |
| Binary | 10101000 | 10111011 | 1001011 | 1010 | 0 | 111100 | 11011 | 1000110 | 101101 | 110011 |
Color Harmonies of #A8BB4B
Complementary color
Monochromatic Colors of #A8BB4B
Black with #A8BB4B
Text Example
Text Example
White with #A8BB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB4B; }
p { color: rgb(168,187,75); }
H1.HeaderClassName
{
color: #A8BB4B;
}
.AnyTagClassName
{
color: #A8BB4B;
}
</style>
background-color css
<style>
a { background-color: #A8BB4B; }
a { background-color: rgb(168,187,75); }
div.DivClassName
{
background-color: #A8BB4B;
}
.BgClassName
{
background-color: #A8BB4B;
}
</style>
border-color css
<style>
span { border-color: #A8BB4B; }
span { border-color: rgb(168,187,75); }
td.TdClassName
{
border-color: #A8BB4B;
}
.TagClassName
{
border-color: #A8BB4B;
}
</style>