Shades of Celery #ABC746
Tints of Celery #ABC746
RGB
CMYK
RGB Variations
Color information
#ABC746 (or 0xABC746) is known color: Celery. HEX triplet: AB, C7 and 46. RGB value is (171,199,70). Sum of RGB (Red+Green+Blue) = 171+199+70=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC746 is #5438B9. Grayscale: #B0B0B0. Windows color (decimal): -5519546 or 4638635. OLE color: 4638635.
HSL color Cylindrical-coordinate representation of color #ABC746: hue angle of 73.02º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABC746 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 70 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.22 |
| HSL | 73.02º | 0.54% | 0.53% | - |
| HSV(B) | 73.02º | 0.65% | 0.78% | - |
| XYZ | 38.32 | 49.95 | 13.42 | - |
| YUV | 175.92 | 68.22 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 70 | 0.14 | 0 | 0.65 | 0.22 | 73.02 | 0.54 | 0.53 |
| Hex | AB | C7 | 46 | E | 0 | 41 | 16 | 49 | 36 | 35 |
| Octal | 253 | 307 | 106 | 16 | 0 | 101 | 26 | 111 | 66 | 65 |
| Binary | 10101011 | 11000111 | 1000110 | 1110 | 0 | 1000001 | 10110 | 1001001 | 110110 | 110101 |
Color Harmonies of #ABC746
Complementary color
Monochromatic Colors of #ABC746
Black with #ABC746
Text Example
Text Example
White with #ABC746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC746; }
p { color: rgb(171,199,70); }
H1.HeaderClassName
{
color: #ABC746;
}
.AnyTagClassName
{
color: #ABC746;
}
</style>
background-color css
<style>
a { background-color: #ABC746; }
a { background-color: rgb(171,199,70); }
div.DivClassName
{
background-color: #ABC746;
}
.BgClassName
{
background-color: #ABC746;
}
</style>
border-color css
<style>
span { border-color: #ABC746; }
span { border-color: rgb(171,199,70); }
td.TdClassName
{
border-color: #ABC746;
}
.TagClassName
{
border-color: #ABC746;
}
</style>