Shades of Celery #ABC346
Tints of Celery #ABC346
RGB
CMYK
RGB Variations
Color information
#ABC346 (or 0xABC346) is known color: Celery. HEX triplet: AB, C3 and 46. RGB value is (171,195,70). Sum of RGB (Red+Green+Blue) = 171+195+70=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC346 is #543CB9. Grayscale: #AEAEAE. Windows color (decimal): -5520570 or 4637611. OLE color: 4637611.
HSL color Cylindrical-coordinate representation of color #ABC346: hue angle of 71.52º degrees, saturation: 0.51, 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 #ABC346 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 70 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.24 |
| HSL | 71.52º | 0.51% | 0.52% | - |
| HSV(B) | 71.52º | 0.64% | 0.76% | - |
| XYZ | 37.42 | 48.13 | 13.11 | - |
| YUV | 173.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 70 | 0.12 | 0 | 0.64 | 0.24 | 71.52 | 0.51 | 0.52 |
| Hex | AB | C3 | 46 | C | 0 | 40 | 18 | 48 | 33 | 34 |
| Octal | 253 | 303 | 106 | 14 | 0 | 100 | 30 | 110 | 63 | 64 |
| Binary | 10101011 | 11000011 | 1000110 | 1100 | 0 | 1000000 | 11000 | 1001000 | 110011 | 110100 |
Color Harmonies of #ABC346
Complementary color
Monochromatic Colors of #ABC346
Black with #ABC346
Text Example
Text Example
White with #ABC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC346; }
p { color: rgb(171,195,70); }
H1.HeaderClassName
{
color: #ABC346;
}
.AnyTagClassName
{
color: #ABC346;
}
</style>
background-color css
<style>
a { background-color: #ABC346; }
a { background-color: rgb(171,195,70); }
div.DivClassName
{
background-color: #ABC346;
}
.BgClassName
{
background-color: #ABC346;
}
</style>
border-color css
<style>
span { border-color: #ABC346; }
span { border-color: rgb(171,195,70); }
td.TdClassName
{
border-color: #ABC346;
}
.TagClassName
{
border-color: #ABC346;
}
</style>