Shades of Celery #ABC65A
Tints of Celery #ABC65A
RGB
CMYK
RGB Variations
Color information
#ABC65A (or 0xABC65A) is known color: Celery. HEX triplet: AB, C6 and 5A. RGB value is (171,198,90). Sum of RGB (Red+Green+Blue) = 171+198+90=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC65A is #5439A5. Grayscale: #B2B2B2. Windows color (decimal): -5519782 or 5949099. OLE color: 5949099.
HSL color Cylindrical-coordinate representation of color #ABC65A: hue angle of 75º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABC65A is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 90 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.22 |
| HSL | 75º | 0.49% | 0.56% | - |
| HSV(B) | 75º | 0.55% | 0.78% | - |
| XYZ | 38.83 | 49.78 | 17.24 | - |
| YUV | 177.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 90 | 0.14 | 0 | 0.55 | 0.22 | 75 | 0.49 | 0.56 |
| Hex | AB | C6 | 5A | E | 0 | 37 | 16 | 4B | 31 | 38 |
| Octal | 253 | 306 | 132 | 16 | 0 | 67 | 26 | 113 | 61 | 70 |
| Binary | 10101011 | 11000110 | 1011010 | 1110 | 0 | 110111 | 10110 | 1001011 | 110001 | 111000 |
Color Harmonies of #ABC65A
Complementary color
Monochromatic Colors of #ABC65A
Black with #ABC65A
Text Example
Text Example
White with #ABC65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC65A; }
p { color: rgb(171,198,90); }
H1.HeaderClassName
{
color: #ABC65A;
}
.AnyTagClassName
{
color: #ABC65A;
}
</style>
background-color css
<style>
a { background-color: #ABC65A; }
a { background-color: rgb(171,198,90); }
div.DivClassName
{
background-color: #ABC65A;
}
.BgClassName
{
background-color: #ABC65A;
}
</style>
border-color css
<style>
span { border-color: #ABC65A; }
span { border-color: rgb(171,198,90); }
td.TdClassName
{
border-color: #ABC65A;
}
.TagClassName
{
border-color: #ABC65A;
}
</style>