Shades of Celery #ABC852
Tints of Celery #ABC852
RGB
CMYK
RGB Variations
Color information
#ABC852 (or 0xABC852) is known color: Celery. HEX triplet: AB, C8 and 52. RGB value is (171,200,82). Sum of RGB (Red+Green+Blue) = 171+200+82=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC852 is #5437AD. Grayscale: #B2B2B2. Windows color (decimal): -5519278 or 5425323. OLE color: 5425323.
HSL color Cylindrical-coordinate representation of color #ABC852: hue angle of 74.75º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABC852 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 82 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.22 |
| HSL | 74.75º | 0.52% | 0.55% | - |
| HSV(B) | 74.75º | 0.59% | 0.78% | - |
| XYZ | 38.97 | 50.58 | 15.69 | - |
| YUV | 177.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 82 | 0.14 | 0 | 0.59 | 0.22 | 74.75 | 0.52 | 0.55 |
| Hex | AB | C8 | 52 | E | 0 | 3B | 16 | 4B | 34 | 37 |
| Octal | 253 | 310 | 122 | 16 | 0 | 73 | 26 | 113 | 64 | 67 |
| Binary | 10101011 | 11001000 | 1010010 | 1110 | 0 | 111011 | 10110 | 1001011 | 110100 | 110111 |
Color Harmonies of #ABC852
Complementary color
Monochromatic Colors of #ABC852
Black with #ABC852
Text Example
Text Example
White with #ABC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC852; }
p { color: rgb(171,200,82); }
H1.HeaderClassName
{
color: #ABC852;
}
.AnyTagClassName
{
color: #ABC852;
}
</style>
background-color css
<style>
a { background-color: #ABC852; }
a { background-color: rgb(171,200,82); }
div.DivClassName
{
background-color: #ABC852;
}
.BgClassName
{
background-color: #ABC852;
}
</style>
border-color css
<style>
span { border-color: #ABC852; }
span { border-color: rgb(171,200,82); }
td.TdClassName
{
border-color: #ABC852;
}
.TagClassName
{
border-color: #ABC852;
}
</style>