Shades of Celery #ABC33A
Tints of Celery #ABC33A
RGB
CMYK
RGB Variations
Color information
#ABC33A (or 0xABC33A) is known color: Celery. HEX triplet: AB, C3 and 3A. RGB value is (171,195,58). Sum of RGB (Red+Green+Blue) = 171+195+58=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC33A is #543CC5. Grayscale: #ACACAC. Windows color (decimal): -5520582 or 3851179. OLE color: 3851179.
HSL color Cylindrical-coordinate representation of color #ABC33A: hue angle of 70.51º 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 #ABC33A is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 58 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.24 |
| HSL | 70.51º | 0.54% | 0.5% | - |
| HSV(B) | 70.51º | 0.7% | 0.76% | - |
| XYZ | 37.07 | 47.99 | 11.31 | - |
| YUV | 172.21 | 63.55 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 58 | 0.12 | 0 | 0.70 | 0.24 | 70.51 | 0.54 | 0.5 |
| Hex | AB | C3 | 3A | C | 0 | 46 | 18 | 47 | 36 | 32 |
| Octal | 253 | 303 | 72 | 14 | 0 | 106 | 30 | 107 | 66 | 62 |
| Binary | 10101011 | 11000011 | 111010 | 1100 | 0 | 1000110 | 11000 | 1000111 | 110110 | 110010 |
Color Harmonies of #ABC33A
Complementary color
Monochromatic Colors of #ABC33A
Black with #ABC33A
Text Example
Text Example
White with #ABC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC33A; }
p { color: rgb(171,195,58); }
H1.HeaderClassName
{
color: #ABC33A;
}
.AnyTagClassName
{
color: #ABC33A;
}
</style>
background-color css
<style>
a { background-color: #ABC33A; }
a { background-color: rgb(171,195,58); }
div.DivClassName
{
background-color: #ABC33A;
}
.BgClassName
{
background-color: #ABC33A;
}
</style>
border-color css
<style>
span { border-color: #ABC33A; }
span { border-color: rgb(171,195,58); }
td.TdClassName
{
border-color: #ABC33A;
}
.TagClassName
{
border-color: #ABC33A;
}
</style>