Shades of Celery #ABC450
Tints of Celery #ABC450
RGB
CMYK
RGB Variations
Color information
#ABC450 (or 0xABC450) is known color: Celery. HEX triplet: AB, C4 and 50. RGB value is (171,196,80). Sum of RGB (Red+Green+Blue) = 171+196+80=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC450 is #543BAF. Grayscale: #AFAFAF. Windows color (decimal): -5520304 or 5293227. OLE color: 5293227.
HSL color Cylindrical-coordinate representation of color #ABC450: hue angle of 72.93º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABC450 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 80 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.23 |
| HSL | 72.93º | 0.5% | 0.54% | - |
| HSV(B) | 72.93º | 0.59% | 0.77% | - |
| XYZ | 37.98 | 48.72 | 14.99 | - |
| YUV | 175.3 | 74.22 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 80 | 0.13 | 0 | 0.59 | 0.23 | 72.93 | 0.5 | 0.54 |
| Hex | AB | C4 | 50 | D | 0 | 3B | 17 | 49 | 32 | 36 |
| Octal | 253 | 304 | 120 | 15 | 0 | 73 | 27 | 111 | 62 | 66 |
| Binary | 10101011 | 11000100 | 1010000 | 1101 | 0 | 111011 | 10111 | 1001001 | 110010 | 110110 |
Color Harmonies of #ABC450
Complementary color
Monochromatic Colors of #ABC450
Black with #ABC450
Text Example
Text Example
White with #ABC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC450; }
p { color: rgb(171,196,80); }
H1.HeaderClassName
{
color: #ABC450;
}
.AnyTagClassName
{
color: #ABC450;
}
</style>
background-color css
<style>
a { background-color: #ABC450; }
a { background-color: rgb(171,196,80); }
div.DivClassName
{
background-color: #ABC450;
}
.BgClassName
{
background-color: #ABC450;
}
</style>
border-color css
<style>
span { border-color: #ABC450; }
span { border-color: rgb(171,196,80); }
td.TdClassName
{
border-color: #ABC450;
}
.TagClassName
{
border-color: #ABC450;
}
</style>