Shades of Celery #ABC345
Tints of Celery #ABC345
RGB
CMYK
RGB Variations
Color information
#ABC345 (or 0xABC345) is known color: Celery. HEX triplet: AB, C3 and 45. RGB value is (171,195,69). Sum of RGB (Red+Green+Blue) = 171+195+69=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC345 is #543CBA. Grayscale: #ADADAD. Windows color (decimal): -5520571 or 4572075. OLE color: 4572075.
HSL color Cylindrical-coordinate representation of color #ABC345: hue angle of 71.43º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABC345 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 69 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.24 |
| HSL | 71.43º | 0.51% | 0.52% | - |
| HSV(B) | 71.43º | 0.65% | 0.76% | - |
| XYZ | 37.38 | 48.12 | 12.95 | - |
| YUV | 173.46 | 69.05 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 69 | 0.12 | 0 | 0.65 | 0.24 | 71.43 | 0.51 | 0.52 |
| Hex | AB | C3 | 45 | C | 0 | 41 | 18 | 47 | 33 | 34 |
| Octal | 253 | 303 | 105 | 14 | 0 | 101 | 30 | 107 | 63 | 64 |
| Binary | 10101011 | 11000011 | 1000101 | 1100 | 0 | 1000001 | 11000 | 1000111 | 110011 | 110100 |
Color Harmonies of #ABC345
Complementary color
Monochromatic Colors of #ABC345
Black with #ABC345
Text Example
Text Example
White with #ABC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC345; }
p { color: rgb(171,195,69); }
H1.HeaderClassName
{
color: #ABC345;
}
.AnyTagClassName
{
color: #ABC345;
}
</style>
background-color css
<style>
a { background-color: #ABC345; }
a { background-color: rgb(171,195,69); }
div.DivClassName
{
background-color: #ABC345;
}
.BgClassName
{
background-color: #ABC345;
}
</style>
border-color css
<style>
span { border-color: #ABC345; }
span { border-color: rgb(171,195,69); }
td.TdClassName
{
border-color: #ABC345;
}
.TagClassName
{
border-color: #ABC345;
}
</style>