Shades of Celery #ABC03D
Tints of Celery #ABC03D
RGB
CMYK
RGB Variations
Color information
#ABC03D (or 0xABC03D) is known color: Celery. HEX triplet: AB, C0 and 3D. RGB value is (171,192,61). Sum of RGB (Red+Green+Blue) = 171+192+61=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC03D is #543FC2. Grayscale: #ABABAB. Windows color (decimal): -5521347 or 4047019. OLE color: 4047019.
HSL color Cylindrical-coordinate representation of color #ABC03D: hue angle of 69.62º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABC03D is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 61 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.25 |
| HSL | 69.62º | 0.52% | 0.5% | - |
| HSV(B) | 69.62º | 0.68% | 0.75% | - |
| XYZ | 36.49 | 46.69 | 11.5 | - |
| YUV | 170.79 | 66.04 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 61 | 0.11 | 0 | 0.68 | 0.25 | 69.62 | 0.52 | 0.5 |
| Hex | AB | C0 | 3D | B | 0 | 44 | 19 | 46 | 34 | 32 |
| Octal | 253 | 300 | 75 | 13 | 0 | 104 | 31 | 106 | 64 | 62 |
| Binary | 10101011 | 11000000 | 111101 | 1011 | 0 | 1000100 | 11001 | 1000110 | 110100 | 110010 |
Color Harmonies of #ABC03D
Complementary color
Monochromatic Colors of #ABC03D
Black with #ABC03D
Text Example
Text Example
White with #ABC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC03D; }
p { color: rgb(171,192,61); }
H1.HeaderClassName
{
color: #ABC03D;
}
.AnyTagClassName
{
color: #ABC03D;
}
</style>
background-color css
<style>
a { background-color: #ABC03D; }
a { background-color: rgb(171,192,61); }
div.DivClassName
{
background-color: #ABC03D;
}
.BgClassName
{
background-color: #ABC03D;
}
</style>
border-color css
<style>
span { border-color: #ABC03D; }
span { border-color: rgb(171,192,61); }
td.TdClassName
{
border-color: #ABC03D;
}
.TagClassName
{
border-color: #ABC03D;
}
</style>