Shades of Celery #ABC755
Tints of Celery #ABC755
RGB
CMYK
RGB Variations
Color information
#ABC755 (or 0xABC755) is known color: Celery. HEX triplet: AB, C7 and 55. RGB value is (171,199,85). Sum of RGB (Red+Green+Blue) = 171+199+85=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC755 is #5438AA. Grayscale: #B2B2B2. Windows color (decimal): -5519531 or 5621675. OLE color: 5621675.
HSL color Cylindrical-coordinate representation of color #ABC755: hue angle of 74.74º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABC755 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 85 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.22 |
| HSL | 74.74º | 0.5% | 0.56% | - |
| HSV(B) | 74.74º | 0.57% | 0.78% | - |
| XYZ | 38.86 | 50.16 | 16.23 | - |
| YUV | 177.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 85 | 0.14 | 0 | 0.57 | 0.22 | 74.74 | 0.5 | 0.56 |
| Hex | AB | C7 | 55 | E | 0 | 39 | 16 | 4B | 32 | 38 |
| Octal | 253 | 307 | 125 | 16 | 0 | 71 | 26 | 113 | 62 | 70 |
| Binary | 10101011 | 11000111 | 1010101 | 1110 | 0 | 111001 | 10110 | 1001011 | 110010 | 111000 |
Color Harmonies of #ABC755
Complementary color
Monochromatic Colors of #ABC755
Black with #ABC755
Text Example
Text Example
White with #ABC755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC755; }
p { color: rgb(171,199,85); }
H1.HeaderClassName
{
color: #ABC755;
}
.AnyTagClassName
{
color: #ABC755;
}
</style>
background-color css
<style>
a { background-color: #ABC755; }
a { background-color: rgb(171,199,85); }
div.DivClassName
{
background-color: #ABC755;
}
.BgClassName
{
background-color: #ABC755;
}
</style>
border-color css
<style>
span { border-color: #ABC755; }
span { border-color: rgb(171,199,85); }
td.TdClassName
{
border-color: #ABC755;
}
.TagClassName
{
border-color: #ABC755;
}
</style>