Shades of Celery #ABC445
Tints of Celery #ABC445
RGB
CMYK
RGB Variations
Color information
#ABC445 (or 0xABC445) is known color: Celery. HEX triplet: AB, C4 and 45. RGB value is (171,196,69). Sum of RGB (Red+Green+Blue) = 171+196+69=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC445 is #543BBA. Grayscale: #AEAEAE. Windows color (decimal): -5520315 or 4572331. OLE color: 4572331.
HSL color Cylindrical-coordinate representation of color #ABC445: hue angle of 71.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABC445 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 69 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.23 |
| HSL | 71.81º | 0.52% | 0.52% | - |
| HSV(B) | 71.81º | 0.65% | 0.77% | - |
| XYZ | 37.61 | 48.57 | 13.02 | - |
| YUV | 174.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 69 | 0.13 | 0 | 0.65 | 0.23 | 71.81 | 0.52 | 0.52 |
| Hex | AB | C4 | 45 | D | 0 | 41 | 17 | 48 | 34 | 34 |
| Octal | 253 | 304 | 105 | 15 | 0 | 101 | 27 | 110 | 64 | 64 |
| Binary | 10101011 | 11000100 | 1000101 | 1101 | 0 | 1000001 | 10111 | 1001000 | 110100 | 110100 |
Color Harmonies of #ABC445
Complementary color
Monochromatic Colors of #ABC445
Black with #ABC445
Text Example
Text Example
White with #ABC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC445; }
p { color: rgb(171,196,69); }
H1.HeaderClassName
{
color: #ABC445;
}
.AnyTagClassName
{
color: #ABC445;
}
</style>
background-color css
<style>
a { background-color: #ABC445; }
a { background-color: rgb(171,196,69); }
div.DivClassName
{
background-color: #ABC445;
}
.BgClassName
{
background-color: #ABC445;
}
</style>
border-color css
<style>
span { border-color: #ABC445; }
span { border-color: rgb(171,196,69); }
td.TdClassName
{
border-color: #ABC445;
}
.TagClassName
{
border-color: #ABC445;
}
</style>