Shades of Celery #ABB850
Tints of Celery #ABB850
RGB
CMYK
RGB Variations
Color information
#ABB850 (or 0xABB850) is known color: Celery. HEX triplet: AB, B8 and 50. RGB value is (171,184,80). Sum of RGB (Red+Green+Blue) = 171+184+80=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB850 is #5447AF. Grayscale: #A8A8A8. Windows color (decimal): -5523376 or 5290155. OLE color: 5290155.
HSL color Cylindrical-coordinate representation of color #ABB850: hue angle of 67.5º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABB850 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 80 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.28 |
| HSL | 67.5º | 0.42% | 0.52% | - |
| HSV(B) | 67.5º | 0.57% | 0.72% | - |
| XYZ | 35.38 | 43.52 | 14.12 | - |
| YUV | 168.26 | 78.19 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 80 | 0.07 | 0 | 0.57 | 0.28 | 67.5 | 0.42 | 0.52 |
| Hex | AB | B8 | 50 | 7 | 0 | 39 | 1C | 44 | 2A | 34 |
| Octal | 253 | 270 | 120 | 7 | 0 | 71 | 34 | 104 | 52 | 64 |
| Binary | 10101011 | 10111000 | 1010000 | 111 | 0 | 111001 | 11100 | 1000100 | 101010 | 110100 |
Color Harmonies of #ABB850
Complementary color
Monochromatic Colors of #ABB850
Black with #ABB850
Text Example
Text Example
White with #ABB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB850; }
p { color: rgb(171,184,80); }
H1.HeaderClassName
{
color: #ABB850;
}
.AnyTagClassName
{
color: #ABB850;
}
</style>
background-color css
<style>
a { background-color: #ABB850; }
a { background-color: rgb(171,184,80); }
div.DivClassName
{
background-color: #ABB850;
}
.BgClassName
{
background-color: #ABB850;
}
</style>
border-color css
<style>
span { border-color: #ABB850; }
span { border-color: rgb(171,184,80); }
td.TdClassName
{
border-color: #ABB850;
}
.TagClassName
{
border-color: #ABB850;
}
</style>