Shades of Celery #A8BB53
Tints of Celery #A8BB53
RGB
CMYK
RGB Variations
Color information
#A8BB53 (or 0xA8BB53) is known color: Celery. HEX triplet: A8, BB and 53. RGB value is (168,187,83). Sum of RGB (Red+Green+Blue) = 168+187+83=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB53 is #5744AC. Grayscale: #A9A9A9. Windows color (decimal): -5719213 or 5487528. OLE color: 5487528.
HSL color Cylindrical-coordinate representation of color #A8BB53: hue angle of 70.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8BB53 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 83 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.27 |
| HSL | 70.96º | 0.43% | 0.53% | - |
| HSV(B) | 70.96º | 0.56% | 0.73% | - |
| XYZ | 35.48 | 44.49 | 14.9 | - |
| YUV | 169.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 83 | 0.10 | 0 | 0.56 | 0.27 | 70.96 | 0.43 | 0.53 |
| Hex | A8 | BB | 53 | A | 0 | 38 | 1B | 47 | 2B | 35 |
| Octal | 250 | 273 | 123 | 12 | 0 | 70 | 33 | 107 | 53 | 65 |
| Binary | 10101000 | 10111011 | 1010011 | 1010 | 0 | 111000 | 11011 | 1000111 | 101011 | 110101 |
Color Harmonies of #A8BB53
Complementary color
Monochromatic Colors of #A8BB53
Black with #A8BB53
Text Example
Text Example
White with #A8BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB53; }
p { color: rgb(168,187,83); }
H1.HeaderClassName
{
color: #A8BB53;
}
.AnyTagClassName
{
color: #A8BB53;
}
</style>
background-color css
<style>
a { background-color: #A8BB53; }
a { background-color: rgb(168,187,83); }
div.DivClassName
{
background-color: #A8BB53;
}
.BgClassName
{
background-color: #A8BB53;
}
</style>
border-color css
<style>
span { border-color: #A8BB53; }
span { border-color: rgb(168,187,83); }
td.TdClassName
{
border-color: #A8BB53;
}
.TagClassName
{
border-color: #A8BB53;
}
</style>