Shades of Celery #ABC053
Tints of Celery #ABC053
RGB
CMYK
RGB Variations
Color information
#ABC053 (or 0xABC053) is known color: Celery. HEX triplet: AB, C0 and 53. RGB value is (171,192,83). Sum of RGB (Red+Green+Blue) = 171+192+83=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC053 is #543FAC. Grayscale: #ADADAD. Windows color (decimal): -5521325 or 5488811. OLE color: 5488811.
HSL color Cylindrical-coordinate representation of color #ABC053: hue angle of 71.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABC053 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 83 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.25 |
| HSL | 71.56º | 0.46% | 0.54% | - |
| HSV(B) | 71.56º | 0.57% | 0.75% | - |
| XYZ | 37.21 | 46.98 | 15.29 | - |
| YUV | 173.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 83 | 0.11 | 0 | 0.57 | 0.25 | 71.56 | 0.46 | 0.54 |
| Hex | AB | C0 | 53 | B | 0 | 39 | 19 | 48 | 2E | 36 |
| Octal | 253 | 300 | 123 | 13 | 0 | 71 | 31 | 110 | 56 | 66 |
| Binary | 10101011 | 11000000 | 1010011 | 1011 | 0 | 111001 | 11001 | 1001000 | 101110 | 110110 |
Color Harmonies of #ABC053
Complementary color
Monochromatic Colors of #ABC053
Black with #ABC053
Text Example
Text Example
White with #ABC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC053; }
p { color: rgb(171,192,83); }
H1.HeaderClassName
{
color: #ABC053;
}
.AnyTagClassName
{
color: #ABC053;
}
</style>
background-color css
<style>
a { background-color: #ABC053; }
a { background-color: rgb(171,192,83); }
div.DivClassName
{
background-color: #ABC053;
}
.BgClassName
{
background-color: #ABC053;
}
</style>
border-color css
<style>
span { border-color: #ABC053; }
span { border-color: rgb(171,192,83); }
td.TdClassName
{
border-color: #ABC053;
}
.TagClassName
{
border-color: #ABC053;
}
</style>