Shades of Celery #ABBD60
Tints of Celery #ABBD60
RGB
CMYK
RGB Variations
Color information
#ABBD60 (or 0xABBD60) is known color: Celery. HEX triplet: AB, BD and 60. RGB value is (171,189,96). Sum of RGB (Red+Green+Blue) = 171+189+96=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD60 is #54429F. Grayscale: #ADADAD. Windows color (decimal): -5522080 or 6340011. OLE color: 6340011.
HSL color Cylindrical-coordinate representation of color #ABBD60: hue angle of 71.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABBD60 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 96 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.26 |
| HSL | 71.61º | 0.41% | 0.56% | - |
| HSV(B) | 71.61º | 0.49% | 0.74% | - |
| XYZ | 37.1 | 45.9 | 17.97 | - |
| YUV | 173.02 | 84.54 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 96 | 0.10 | 0 | 0.49 | 0.26 | 71.61 | 0.41 | 0.56 |
| Hex | AB | BD | 60 | A | 0 | 31 | 1A | 48 | 29 | 38 |
| Octal | 253 | 275 | 140 | 12 | 0 | 61 | 32 | 110 | 51 | 70 |
| Binary | 10101011 | 10111101 | 1100000 | 1010 | 0 | 110001 | 11010 | 1001000 | 101001 | 111000 |
Color Harmonies of #ABBD60
Complementary color
Monochromatic Colors of #ABBD60
Black with #ABBD60
Text Example
Text Example
White with #ABBD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD60; }
p { color: rgb(171,189,96); }
H1.HeaderClassName
{
color: #ABBD60;
}
.AnyTagClassName
{
color: #ABBD60;
}
</style>
background-color css
<style>
a { background-color: #ABBD60; }
a { background-color: rgb(171,189,96); }
div.DivClassName
{
background-color: #ABBD60;
}
.BgClassName
{
background-color: #ABBD60;
}
</style>
border-color css
<style>
span { border-color: #ABBD60; }
span { border-color: rgb(171,189,96); }
td.TdClassName
{
border-color: #ABBD60;
}
.TagClassName
{
border-color: #ABBD60;
}
</style>