Shades of Celery #ABC940
Tints of Celery #ABC940
RGB
CMYK
RGB Variations
Color information
#ABC940 (or 0xABC940) is known color: Celery. HEX triplet: AB, C9 and 40. RGB value is (171,201,64). Sum of RGB (Red+Green+Blue) = 171+201+64=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC940 is #5436BF. Grayscale: #B0B0B0. Windows color (decimal): -5519040 or 4245931. OLE color: 4245931.
HSL color Cylindrical-coordinate representation of color #ABC940: hue angle of 73.14º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABC940 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 64 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.21 |
| HSL | 73.14º | 0.56% | 0.52% | - |
| HSV(B) | 73.14º | 0.68% | 0.79% | - |
| XYZ | 38.61 | 50.8 | 12.62 | - |
| YUV | 176.41 | 64.56 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 64 | 0.15 | 0 | 0.68 | 0.21 | 73.14 | 0.56 | 0.52 |
| Hex | AB | C9 | 40 | F | 0 | 44 | 15 | 49 | 38 | 34 |
| Octal | 253 | 311 | 100 | 17 | 0 | 104 | 25 | 111 | 70 | 64 |
| Binary | 10101011 | 11001001 | 1000000 | 1111 | 0 | 1000100 | 10101 | 1001001 | 111000 | 110100 |
Color Harmonies of #ABC940
Complementary color
Monochromatic Colors of #ABC940
Black with #ABC940
Text Example
Text Example
White with #ABC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC940; }
p { color: rgb(171,201,64); }
H1.HeaderClassName
{
color: #ABC940;
}
.AnyTagClassName
{
color: #ABC940;
}
</style>
background-color css
<style>
a { background-color: #ABC940; }
a { background-color: rgb(171,201,64); }
div.DivClassName
{
background-color: #ABC940;
}
.BgClassName
{
background-color: #ABC940;
}
</style>
border-color css
<style>
span { border-color: #ABC940; }
span { border-color: rgb(171,201,64); }
td.TdClassName
{
border-color: #ABC940;
}
.TagClassName
{
border-color: #ABC940;
}
</style>