Shades of Celery #ABBB55
Tints of Celery #ABBB55
RGB
CMYK
RGB Variations
Color information
#ABBB55 (or 0xABBB55) is known color: Celery. HEX triplet: AB, BB and 55. RGB value is (171,187,85). Sum of RGB (Red+Green+Blue) = 171+187+85=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBB55 is #5444AA. Grayscale: #AAAAAA. Windows color (decimal): -5522603 or 5618603. OLE color: 5618603.
HSL color Cylindrical-coordinate representation of color #ABBB55: hue angle of 69.41º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABBB55 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 85 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.27 |
| HSL | 69.41º | 0.43% | 0.53% | - |
| HSV(B) | 69.41º | 0.55% | 0.73% | - |
| XYZ | 36.2 | 44.85 | 15.34 | - |
| YUV | 170.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 85 | 0.09 | 0 | 0.55 | 0.27 | 69.41 | 0.43 | 0.53 |
| Hex | AB | BB | 55 | 9 | 0 | 37 | 1B | 45 | 2B | 35 |
| Octal | 253 | 273 | 125 | 11 | 0 | 67 | 33 | 105 | 53 | 65 |
| Binary | 10101011 | 10111011 | 1010101 | 1001 | 0 | 110111 | 11011 | 1000101 | 101011 | 110101 |
Color Harmonies of #ABBB55
Complementary color
Monochromatic Colors of #ABBB55
Black with #ABBB55
Text Example
Text Example
White with #ABBB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB55; }
p { color: rgb(171,187,85); }
H1.HeaderClassName
{
color: #ABBB55;
}
.AnyTagClassName
{
color: #ABBB55;
}
</style>
background-color css
<style>
a { background-color: #ABBB55; }
a { background-color: rgb(171,187,85); }
div.DivClassName
{
background-color: #ABBB55;
}
.BgClassName
{
background-color: #ABBB55;
}
</style>
border-color css
<style>
span { border-color: #ABBB55; }
span { border-color: rgb(171,187,85); }
td.TdClassName
{
border-color: #ABBB55;
}
.TagClassName
{
border-color: #ABBB55;
}
</style>