Shades of Celery #ABB541
Tints of Celery #ABB541
RGB
CMYK
RGB Variations
Color information
#ABB541 (or 0xABB541) is known color: Celery. HEX triplet: AB, B5 and 41. RGB value is (171,181,65). Sum of RGB (Red+Green+Blue) = 171+181+65=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB541 is #544ABE. Grayscale: #A5A5A5. Windows color (decimal): -5524159 or 4306347. OLE color: 4306347.
HSL color Cylindrical-coordinate representation of color #ABB541: hue angle of 65.17º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABB541 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 181 | 65 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.29 |
| HSL | 65.17º | 0.47% | 0.48% | - |
| HSV(B) | 65.17º | 0.64% | 0.71% | - |
| XYZ | 34.27 | 42.09 | 11.32 | - |
| YUV | 164.79 | 71.69 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 181 | 65 | 0.06 | 0 | 0.64 | 0.29 | 65.17 | 0.47 | 0.48 |
| Hex | AB | B5 | 41 | 6 | 0 | 40 | 1D | 41 | 2F | 30 |
| Octal | 253 | 265 | 101 | 6 | 0 | 100 | 35 | 101 | 57 | 60 |
| Binary | 10101011 | 10110101 | 1000001 | 110 | 0 | 1000000 | 11101 | 1000001 | 101111 | 110000 |
Color Harmonies of #ABB541
Complementary color
Monochromatic Colors of #ABB541
Black with #ABB541
Text Example
Text Example
White with #ABB541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB541; }
p { color: rgb(171,181,65); }
H1.HeaderClassName
{
color: #ABB541;
}
.AnyTagClassName
{
color: #ABB541;
}
</style>
background-color css
<style>
a { background-color: #ABB541; }
a { background-color: rgb(171,181,65); }
div.DivClassName
{
background-color: #ABB541;
}
.BgClassName
{
background-color: #ABB541;
}
</style>
border-color css
<style>
span { border-color: #ABB541; }
span { border-color: rgb(171,181,65); }
td.TdClassName
{
border-color: #ABB541;
}
.TagClassName
{
border-color: #ABB541;
}
</style>