Shades of Celery #ABC33B
Tints of Celery #ABC33B
RGB
CMYK
RGB Variations
Color information
#ABC33B (or 0xABC33B) is known color: Celery. HEX triplet: AB, C3 and 3B. RGB value is (171,195,59). Sum of RGB (Red+Green+Blue) = 171+195+59=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC33B is #543CC4. Grayscale: #ACACAC. Windows color (decimal): -5520581 or 3916715. OLE color: 3916715.
HSL color Cylindrical-coordinate representation of color #ABC33B: hue angle of 70.59º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABC33B is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 59 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.24 |
| HSL | 70.59º | 0.54% | 0.5% | - |
| HSV(B) | 70.59º | 0.7% | 0.76% | - |
| XYZ | 37.1 | 48 | 11.45 | - |
| YUV | 172.32 | 64.05 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 59 | 0.12 | 0 | 0.70 | 0.24 | 70.59 | 0.54 | 0.5 |
| Hex | AB | C3 | 3B | C | 0 | 46 | 18 | 47 | 36 | 32 |
| Octal | 253 | 303 | 73 | 14 | 0 | 106 | 30 | 107 | 66 | 62 |
| Binary | 10101011 | 11000011 | 111011 | 1100 | 0 | 1000110 | 11000 | 1000111 | 110110 | 110010 |
Color Harmonies of #ABC33B
Complementary color
Monochromatic Colors of #ABC33B
Black with #ABC33B
Text Example
Text Example
White with #ABC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC33B; }
p { color: rgb(171,195,59); }
H1.HeaderClassName
{
color: #ABC33B;
}
.AnyTagClassName
{
color: #ABC33B;
}
</style>
background-color css
<style>
a { background-color: #ABC33B; }
a { background-color: rgb(171,195,59); }
div.DivClassName
{
background-color: #ABC33B;
}
.BgClassName
{
background-color: #ABC33B;
}
</style>
border-color css
<style>
span { border-color: #ABC33B; }
span { border-color: rgb(171,195,59); }
td.TdClassName
{
border-color: #ABC33B;
}
.TagClassName
{
border-color: #ABC33B;
}
</style>