Shades of Celery #ABBC45
Tints of Celery #ABBC45
RGB
CMYK
RGB Variations
Color information
#ABBC45 (or 0xABBC45) is known color: Celery. HEX triplet: AB, BC and 45. RGB value is (171,188,69). Sum of RGB (Red+Green+Blue) = 171+188+69=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC45 is #5443BA. Grayscale: #A9A9A9. Windows color (decimal): -5522363 or 4570283. OLE color: 4570283.
HSL color Cylindrical-coordinate representation of color #ABBC45: hue angle of 68.57º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABBC45 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 69 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.26 |
| HSL | 68.57º | 0.47% | 0.5% | - |
| HSV(B) | 68.57º | 0.63% | 0.74% | - |
| XYZ | 35.85 | 45.05 | 12.44 | - |
| YUV | 169.35 | 71.37 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 69 | 0.09 | 0 | 0.63 | 0.26 | 68.57 | 0.47 | 0.5 |
| Hex | AB | BC | 45 | 9 | 0 | 3F | 1A | 45 | 2F | 32 |
| Octal | 253 | 274 | 105 | 11 | 0 | 77 | 32 | 105 | 57 | 62 |
| Binary | 10101011 | 10111100 | 1000101 | 1001 | 0 | 111111 | 11010 | 1000101 | 101111 | 110010 |
Color Harmonies of #ABBC45
Complementary color
Monochromatic Colors of #ABBC45
Black with #ABBC45
Text Example
Text Example
White with #ABBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC45; }
p { color: rgb(171,188,69); }
H1.HeaderClassName
{
color: #ABBC45;
}
.AnyTagClassName
{
color: #ABBC45;
}
</style>
background-color css
<style>
a { background-color: #ABBC45; }
a { background-color: rgb(171,188,69); }
div.DivClassName
{
background-color: #ABBC45;
}
.BgClassName
{
background-color: #ABBC45;
}
</style>
border-color css
<style>
span { border-color: #ABBC45; }
span { border-color: rgb(171,188,69); }
td.TdClassName
{
border-color: #ABBC45;
}
.TagClassName
{
border-color: #ABBC45;
}
</style>