Shades of Celery #ABB940
Tints of Celery #ABB940
RGB
CMYK
RGB Variations
Color information
#ABB940 (or 0xABB940) is known color: Celery. HEX triplet: AB, B9 and 40. RGB value is (171,185,64). Sum of RGB (Red+Green+Blue) = 171+185+64=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB940 is #5446BF. Grayscale: #A7A7A7. Windows color (decimal): -5523136 or 4241835. OLE color: 4241835.
HSL color Cylindrical-coordinate representation of color #ABB940: hue angle of 66.94º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABB940 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 64 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.27 |
| HSL | 66.94º | 0.49% | 0.49% | - |
| HSV(B) | 66.94º | 0.65% | 0.73% | - |
| XYZ | 35.07 | 43.73 | 11.44 | - |
| YUV | 167.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 64 | 0.08 | 0 | 0.65 | 0.27 | 66.94 | 0.49 | 0.49 |
| Hex | AB | B9 | 40 | 8 | 0 | 41 | 1B | 43 | 31 | 31 |
| Octal | 253 | 271 | 100 | 10 | 0 | 101 | 33 | 103 | 61 | 61 |
| Binary | 10101011 | 10111001 | 1000000 | 1000 | 0 | 1000001 | 11011 | 1000011 | 110001 | 110001 |
Color Harmonies of #ABB940
Complementary color
Monochromatic Colors of #ABB940
Black with #ABB940
Text Example
Text Example
White with #ABB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB940; }
p { color: rgb(171,185,64); }
H1.HeaderClassName
{
color: #ABB940;
}
.AnyTagClassName
{
color: #ABB940;
}
</style>
background-color css
<style>
a { background-color: #ABB940; }
a { background-color: rgb(171,185,64); }
div.DivClassName
{
background-color: #ABB940;
}
.BgClassName
{
background-color: #ABB940;
}
</style>
border-color css
<style>
span { border-color: #ABB940; }
span { border-color: rgb(171,185,64); }
td.TdClassName
{
border-color: #ABB940;
}
.TagClassName
{
border-color: #ABB940;
}
</style>