Shades of Celery #ABC13C
Tints of Celery #ABC13C
RGB
CMYK
RGB Variations
Color information
#ABC13C (or 0xABC13C) is known color: Celery. HEX triplet: AB, C1 and 3C. RGB value is (171,193,60). Sum of RGB (Red+Green+Blue) = 171+193+60=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC13C is #543EC3. Grayscale: #ABABAB. Windows color (decimal): -5521092 or 3981739. OLE color: 3981739.
HSL color Cylindrical-coordinate representation of color #ABC13C: hue angle of 69.92º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABC13C is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 60 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.24 |
| HSL | 69.92º | 0.53% | 0.5% | - |
| HSV(B) | 69.92º | 0.69% | 0.76% | - |
| XYZ | 36.68 | 47.12 | 11.44 | - |
| YUV | 171.26 | 65.21 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 60 | 0.11 | 0 | 0.69 | 0.24 | 69.92 | 0.53 | 0.5 |
| Hex | AB | C1 | 3C | B | 0 | 45 | 18 | 46 | 35 | 32 |
| Octal | 253 | 301 | 74 | 13 | 0 | 105 | 30 | 106 | 65 | 62 |
| Binary | 10101011 | 11000001 | 111100 | 1011 | 0 | 1000101 | 11000 | 1000110 | 110101 | 110010 |
Color Harmonies of #ABC13C
Complementary color
Monochromatic Colors of #ABC13C
Black with #ABC13C
Text Example
Text Example
White with #ABC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC13C; }
p { color: rgb(171,193,60); }
H1.HeaderClassName
{
color: #ABC13C;
}
.AnyTagClassName
{
color: #ABC13C;
}
</style>
background-color css
<style>
a { background-color: #ABC13C; }
a { background-color: rgb(171,193,60); }
div.DivClassName
{
background-color: #ABC13C;
}
.BgClassName
{
background-color: #ABC13C;
}
</style>
border-color css
<style>
span { border-color: #ABC13C; }
span { border-color: rgb(171,193,60); }
td.TdClassName
{
border-color: #ABC13C;
}
.TagClassName
{
border-color: #ABC13C;
}
</style>