Shades of Celery #ABC945
Tints of Celery #ABC945
RGB
CMYK
RGB Variations
Color information
#ABC945 (or 0xABC945) is known color: Celery. HEX triplet: AB, C9 and 45. RGB value is (171,201,69). Sum of RGB (Red+Green+Blue) = 171+201+69=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC945 is #5436BA. Grayscale: #B1B1B1. Windows color (decimal): -5519035 or 4573611. OLE color: 4573611.
HSL color Cylindrical-coordinate representation of color #ABC945: hue angle of 73.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABC945 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 69 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.21 |
| HSL | 73.64º | 0.55% | 0.53% | - |
| HSV(B) | 73.64º | 0.66% | 0.79% | - |
| XYZ | 38.76 | 50.86 | 13.4 | - |
| YUV | 176.98 | 67.06 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 69 | 0.15 | 0 | 0.66 | 0.21 | 73.64 | 0.55 | 0.53 |
| Hex | AB | C9 | 45 | F | 0 | 42 | 15 | 4A | 37 | 35 |
| Octal | 253 | 311 | 105 | 17 | 0 | 102 | 25 | 112 | 67 | 65 |
| Binary | 10101011 | 11001001 | 1000101 | 1111 | 0 | 1000010 | 10101 | 1001010 | 110111 | 110101 |
Color Harmonies of #ABC945
Complementary color
Monochromatic Colors of #ABC945
Black with #ABC945
Text Example
Text Example
White with #ABC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC945; }
p { color: rgb(171,201,69); }
H1.HeaderClassName
{
color: #ABC945;
}
.AnyTagClassName
{
color: #ABC945;
}
</style>
background-color css
<style>
a { background-color: #ABC945; }
a { background-color: rgb(171,201,69); }
div.DivClassName
{
background-color: #ABC945;
}
.BgClassName
{
background-color: #ABC945;
}
</style>
border-color css
<style>
span { border-color: #ABC945; }
span { border-color: rgb(171,201,69); }
td.TdClassName
{
border-color: #ABC945;
}
.TagClassName
{
border-color: #ABC945;
}
</style>