Shades of Celery #ABB540
Tints of Celery #ABB540
RGB
CMYK
RGB Variations
Color information
#ABB540 (or 0xABB540) is known color: Celery. HEX triplet: AB, B5 and 40. RGB value is (171,181,64). Sum of RGB (Red+Green+Blue) = 171+181+64=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB540 is #544ABF. Grayscale: #A5A5A5. Windows color (decimal): -5524160 or 4240811. OLE color: 4240811.
HSL color Cylindrical-coordinate representation of color #ABB540: hue angle of 65.13º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABB540 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 181 | 64 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.29 |
| HSL | 65.13º | 0.48% | 0.48% | - |
| HSV(B) | 65.13º | 0.65% | 0.71% | - |
| XYZ | 34.24 | 42.08 | 11.17 | - |
| YUV | 164.67 | 71.19 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 181 | 64 | 0.06 | 0 | 0.65 | 0.29 | 65.13 | 0.48 | 0.48 |
| Hex | AB | B5 | 40 | 6 | 0 | 41 | 1D | 41 | 30 | 30 |
| Octal | 253 | 265 | 100 | 6 | 0 | 101 | 35 | 101 | 60 | 60 |
| Binary | 10101011 | 10110101 | 1000000 | 110 | 0 | 1000001 | 11101 | 1000001 | 110000 | 110000 |
Color Harmonies of #ABB540
Complementary color
Monochromatic Colors of #ABB540
Black with #ABB540
Text Example
Text Example
White with #ABB540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB540; }
p { color: rgb(171,181,64); }
H1.HeaderClassName
{
color: #ABB540;
}
.AnyTagClassName
{
color: #ABB540;
}
</style>
background-color css
<style>
a { background-color: #ABB540; }
a { background-color: rgb(171,181,64); }
div.DivClassName
{
background-color: #ABB540;
}
.BgClassName
{
background-color: #ABB540;
}
</style>
border-color css
<style>
span { border-color: #ABB540; }
span { border-color: rgb(171,181,64); }
td.TdClassName
{
border-color: #ABB540;
}
.TagClassName
{
border-color: #ABB540;
}
</style>