Shades of Celery #ABC046
Tints of Celery #ABC046
RGB
CMYK
RGB Variations
Color information
#ABC046 (or 0xABC046) is known color: Celery. HEX triplet: AB, C0 and 46. RGB value is (171,192,70). Sum of RGB (Red+Green+Blue) = 171+192+70=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC046 is #543FB9. Grayscale: #ACACAC. Windows color (decimal): -5521338 or 4636843. OLE color: 4636843.
HSL color Cylindrical-coordinate representation of color #ABC046: hue angle of 70.33º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABC046 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 70 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.25 |
| HSL | 70.33º | 0.49% | 0.51% | - |
| HSV(B) | 70.33º | 0.64% | 0.75% | - |
| XYZ | 36.75 | 46.8 | 12.89 | - |
| YUV | 171.81 | 70.54 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 70 | 0.11 | 0 | 0.64 | 0.25 | 70.33 | 0.49 | 0.51 |
| Hex | AB | C0 | 46 | B | 0 | 40 | 19 | 46 | 31 | 33 |
| Octal | 253 | 300 | 106 | 13 | 0 | 100 | 31 | 106 | 61 | 63 |
| Binary | 10101011 | 11000000 | 1000110 | 1011 | 0 | 1000000 | 11001 | 1000110 | 110001 | 110011 |
Color Harmonies of #ABC046
Complementary color
Monochromatic Colors of #ABC046
Black with #ABC046
Text Example
Text Example
White with #ABC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC046; }
p { color: rgb(171,192,70); }
H1.HeaderClassName
{
color: #ABC046;
}
.AnyTagClassName
{
color: #ABC046;
}
</style>
background-color css
<style>
a { background-color: #ABC046; }
a { background-color: rgb(171,192,70); }
div.DivClassName
{
background-color: #ABC046;
}
.BgClassName
{
background-color: #ABC046;
}
</style>
border-color css
<style>
span { border-color: #ABC046; }
span { border-color: rgb(171,192,70); }
td.TdClassName
{
border-color: #ABC046;
}
.TagClassName
{
border-color: #ABC046;
}
</style>