Shades of Celery #ABC53B
Tints of Celery #ABC53B
RGB
CMYK
RGB Variations
Color information
#ABC53B (or 0xABC53B) is known color: Celery. HEX triplet: AB, C5 and 3B. RGB value is (171,197,59). Sum of RGB (Red+Green+Blue) = 171+197+59=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC53B is #543AC4. Grayscale: #AEAEAE. Windows color (decimal): -5520069 or 3917227. OLE color: 3917227.
HSL color Cylindrical-coordinate representation of color #ABC53B: hue angle of 71.3º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABC53B is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 59 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.23 |
| HSL | 71.3º | 0.54% | 0.5% | - |
| HSV(B) | 71.3º | 0.7% | 0.77% | - |
| XYZ | 37.55 | 48.91 | 11.6 | - |
| YUV | 173.49 | 63.39 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 59 | 0.13 | 0 | 0.70 | 0.23 | 71.3 | 0.54 | 0.5 |
| Hex | AB | C5 | 3B | D | 0 | 46 | 17 | 47 | 36 | 32 |
| Octal | 253 | 305 | 73 | 15 | 0 | 106 | 27 | 107 | 66 | 62 |
| Binary | 10101011 | 11000101 | 111011 | 1101 | 0 | 1000110 | 10111 | 1000111 | 110110 | 110010 |
Color Harmonies of #ABC53B
Complementary color
Monochromatic Colors of #ABC53B
Black with #ABC53B
Text Example
Text Example
White with #ABC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC53B; }
p { color: rgb(171,197,59); }
H1.HeaderClassName
{
color: #ABC53B;
}
.AnyTagClassName
{
color: #ABC53B;
}
</style>
background-color css
<style>
a { background-color: #ABC53B; }
a { background-color: rgb(171,197,59); }
div.DivClassName
{
background-color: #ABC53B;
}
.BgClassName
{
background-color: #ABC53B;
}
</style>
border-color css
<style>
span { border-color: #ABC53B; }
span { border-color: rgb(171,197,59); }
td.TdClassName
{
border-color: #ABC53B;
}
.TagClassName
{
border-color: #ABC53B;
}
</style>