Shades of Celery #ABC146
Tints of Celery #ABC146
RGB
CMYK
RGB Variations
Color information
#ABC146 (or 0xABC146) is known color: Celery. HEX triplet: AB, C1 and 46. RGB value is (171,193,70). Sum of RGB (Red+Green+Blue) = 171+193+70=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC146 is #543EB9. Grayscale: #ACACAC. Windows color (decimal): -5521082 or 4637099. OLE color: 4637099.
HSL color Cylindrical-coordinate representation of color #ABC146: hue angle of 70.73º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABC146 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 70 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.24 |
| HSL | 70.73º | 0.5% | 0.52% | - |
| HSV(B) | 70.73º | 0.64% | 0.76% | - |
| XYZ | 36.97 | 47.24 | 12.96 | - |
| YUV | 172.4 | 70.21 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 70 | 0.11 | 0 | 0.64 | 0.24 | 70.73 | 0.5 | 0.52 |
| Hex | AB | C1 | 46 | B | 0 | 40 | 18 | 47 | 32 | 34 |
| Octal | 253 | 301 | 106 | 13 | 0 | 100 | 30 | 107 | 62 | 64 |
| Binary | 10101011 | 11000001 | 1000110 | 1011 | 0 | 1000000 | 11000 | 1000111 | 110010 | 110100 |
Color Harmonies of #ABC146
Complementary color
Monochromatic Colors of #ABC146
Black with #ABC146
Text Example
Text Example
White with #ABC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC146; }
p { color: rgb(171,193,70); }
H1.HeaderClassName
{
color: #ABC146;
}
.AnyTagClassName
{
color: #ABC146;
}
</style>
background-color css
<style>
a { background-color: #ABC146; }
a { background-color: rgb(171,193,70); }
div.DivClassName
{
background-color: #ABC146;
}
.BgClassName
{
background-color: #ABC146;
}
</style>
border-color css
<style>
span { border-color: #ABC146; }
span { border-color: rgb(171,193,70); }
td.TdClassName
{
border-color: #ABC146;
}
.TagClassName
{
border-color: #ABC146;
}
</style>