Shades of Celery #ABC25C
Tints of Celery #ABC25C
RGB
CMYK
RGB Variations
Color information
#ABC25C (or 0xABC25C) is known color: Celery. HEX triplet: AB, C2 and 5C. RGB value is (171,194,92). Sum of RGB (Red+Green+Blue) = 171+194+92=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC25C is #543DA3. Grayscale: #AFAFAF. Windows color (decimal): -5520804 or 6079147. OLE color: 6079147.
HSL color Cylindrical-coordinate representation of color #ABC25C: hue angle of 73.53º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABC25C is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 92 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.24 |
| HSL | 73.53º | 0.46% | 0.56% | - |
| HSV(B) | 73.53º | 0.53% | 0.76% | - |
| XYZ | 38.02 | 48.01 | 17.39 | - |
| YUV | 175.5 | 80.88 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 92 | 0.12 | 0 | 0.53 | 0.24 | 73.53 | 0.46 | 0.56 |
| Hex | AB | C2 | 5C | C | 0 | 35 | 18 | 4A | 2E | 38 |
| Octal | 253 | 302 | 134 | 14 | 0 | 65 | 30 | 112 | 56 | 70 |
| Binary | 10101011 | 11000010 | 1011100 | 1100 | 0 | 110101 | 11000 | 1001010 | 101110 | 111000 |
Color Harmonies of #ABC25C
Complementary color
Monochromatic Colors of #ABC25C
Black with #ABC25C
Text Example
Text Example
White with #ABC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC25C; }
p { color: rgb(171,194,92); }
H1.HeaderClassName
{
color: #ABC25C;
}
.AnyTagClassName
{
color: #ABC25C;
}
</style>
background-color css
<style>
a { background-color: #ABC25C; }
a { background-color: rgb(171,194,92); }
div.DivClassName
{
background-color: #ABC25C;
}
.BgClassName
{
background-color: #ABC25C;
}
</style>
border-color css
<style>
span { border-color: #ABC25C; }
span { border-color: rgb(171,194,92); }
td.TdClassName
{
border-color: #ABC25C;
}
.TagClassName
{
border-color: #ABC25C;
}
</style>