Shades of Celery #A8BB48
Tints of Celery #A8BB48
RGB
CMYK
RGB Variations
Color information
#A8BB48 (or 0xA8BB48) is known color: Celery. HEX triplet: A8, BB and 48. RGB value is (168,187,72). Sum of RGB (Red+Green+Blue) = 168+187+72=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB48 is #5744B7. Grayscale: #A8A8A8. Windows color (decimal): -5719224 or 4766632. OLE color: 4766632.
HSL color Cylindrical-coordinate representation of color #A8BB48: hue angle of 69.91º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8BB48 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 72 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.27 |
| HSL | 69.91º | 0.46% | 0.51% | - |
| HSV(B) | 69.91º | 0.61% | 0.73% | - |
| XYZ | 35.09 | 44.33 | 12.84 | - |
| YUV | 168.21 | 73.71 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 72 | 0.10 | 0 | 0.61 | 0.27 | 69.91 | 0.46 | 0.51 |
| Hex | A8 | BB | 48 | A | 0 | 3D | 1B | 46 | 2E | 33 |
| Octal | 250 | 273 | 110 | 12 | 0 | 75 | 33 | 106 | 56 | 63 |
| Binary | 10101000 | 10111011 | 1001000 | 1010 | 0 | 111101 | 11011 | 1000110 | 101110 | 110011 |
Color Harmonies of #A8BB48
Complementary color
Monochromatic Colors of #A8BB48
Black with #A8BB48
Text Example
Text Example
White with #A8BB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB48; }
p { color: rgb(168,187,72); }
H1.HeaderClassName
{
color: #A8BB48;
}
.AnyTagClassName
{
color: #A8BB48;
}
</style>
background-color css
<style>
a { background-color: #A8BB48; }
a { background-color: rgb(168,187,72); }
div.DivClassName
{
background-color: #A8BB48;
}
.BgClassName
{
background-color: #A8BB48;
}
</style>
border-color css
<style>
span { border-color: #A8BB48; }
span { border-color: rgb(168,187,72); }
td.TdClassName
{
border-color: #A8BB48;
}
.TagClassName
{
border-color: #A8BB48;
}
</style>