Shades of Celery #ABC752
Tints of Celery #ABC752
RGB
CMYK
RGB Variations
Color information
#ABC752 (or 0xABC752) is known color: Celery. HEX triplet: AB, C7 and 52. RGB value is (171,199,82). Sum of RGB (Red+Green+Blue) = 171+199+82=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC752 is #5438AD. Grayscale: #B1B1B1. Windows color (decimal): -5519534 or 5425067. OLE color: 5425067.
HSL color Cylindrical-coordinate representation of color #ABC752: hue angle of 74.36º degrees, saturation: 0.51, 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 #ABC752 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 82 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.22 |
| HSL | 74.36º | 0.51% | 0.55% | - |
| HSV(B) | 74.36º | 0.59% | 0.78% | - |
| XYZ | 38.74 | 50.11 | 15.61 | - |
| YUV | 177.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 82 | 0.14 | 0 | 0.59 | 0.22 | 74.36 | 0.51 | 0.55 |
| Hex | AB | C7 | 52 | E | 0 | 3B | 16 | 4A | 33 | 37 |
| Octal | 253 | 307 | 122 | 16 | 0 | 73 | 26 | 112 | 63 | 67 |
| Binary | 10101011 | 11000111 | 1010010 | 1110 | 0 | 111011 | 10110 | 1001010 | 110011 | 110111 |
Color Harmonies of #ABC752
Complementary color
Monochromatic Colors of #ABC752
Black with #ABC752
Text Example
Text Example
White with #ABC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC752; }
p { color: rgb(171,199,82); }
H1.HeaderClassName
{
color: #ABC752;
}
.AnyTagClassName
{
color: #ABC752;
}
</style>
background-color css
<style>
a { background-color: #ABC752; }
a { background-color: rgb(171,199,82); }
div.DivClassName
{
background-color: #ABC752;
}
.BgClassName
{
background-color: #ABC752;
}
</style>
border-color css
<style>
span { border-color: #ABC752; }
span { border-color: rgb(171,199,82); }
td.TdClassName
{
border-color: #ABC752;
}
.TagClassName
{
border-color: #ABC752;
}
</style>