Shades of Celery #ABC03C
Tints of Celery #ABC03C
RGB
CMYK
RGB Variations
Color information
#ABC03C (or 0xABC03C) is known color: Celery. HEX triplet: AB, C0 and 3C. RGB value is (171,192,60). Sum of RGB (Red+Green+Blue) = 171+192+60=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC03C is #543FC3. Grayscale: #ABABAB. Windows color (decimal): -5521348 or 3981483. OLE color: 3981483.
HSL color Cylindrical-coordinate representation of color #ABC03C: hue angle of 69.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABC03C is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 60 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.25 |
| HSL | 69.55º | 0.52% | 0.49% | - |
| HSV(B) | 69.55º | 0.69% | 0.75% | - |
| XYZ | 36.46 | 46.68 | 11.36 | - |
| YUV | 170.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 60 | 0.11 | 0 | 0.69 | 0.25 | 69.55 | 0.52 | 0.49 |
| Hex | AB | C0 | 3C | B | 0 | 45 | 19 | 46 | 34 | 31 |
| Octal | 253 | 300 | 74 | 13 | 0 | 105 | 31 | 106 | 64 | 61 |
| Binary | 10101011 | 11000000 | 111100 | 1011 | 0 | 1000101 | 11001 | 1000110 | 110100 | 110001 |
Color Harmonies of #ABC03C
Complementary color
Monochromatic Colors of #ABC03C
Black with #ABC03C
Text Example
Text Example
White with #ABC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC03C; }
p { color: rgb(171,192,60); }
H1.HeaderClassName
{
color: #ABC03C;
}
.AnyTagClassName
{
color: #ABC03C;
}
</style>
background-color css
<style>
a { background-color: #ABC03C; }
a { background-color: rgb(171,192,60); }
div.DivClassName
{
background-color: #ABC03C;
}
.BgClassName
{
background-color: #ABC03C;
}
</style>
border-color css
<style>
span { border-color: #ABC03C; }
span { border-color: rgb(171,192,60); }
td.TdClassName
{
border-color: #ABC03C;
}
.TagClassName
{
border-color: #ABC03C;
}
</style>