Shades of Celery #ABC350
Tints of Celery #ABC350
RGB
CMYK
RGB Variations
Color information
#ABC350 (or 0xABC350) is known color: Celery. HEX triplet: AB, C3 and 50. RGB value is (171,195,80). Sum of RGB (Red+Green+Blue) = 171+195+80=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC350 is #543CAF. Grayscale: #AFAFAF. Windows color (decimal): -5520560 or 5292971. OLE color: 5292971.
HSL color Cylindrical-coordinate representation of color #ABC350: hue angle of 72.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABC350 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 80 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.24 |
| HSL | 72.52º | 0.49% | 0.54% | - |
| HSV(B) | 72.52º | 0.59% | 0.76% | - |
| XYZ | 37.76 | 48.27 | 14.92 | - |
| YUV | 174.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 80 | 0.12 | 0 | 0.59 | 0.24 | 72.52 | 0.49 | 0.54 |
| Hex | AB | C3 | 50 | C | 0 | 3B | 18 | 49 | 31 | 36 |
| Octal | 253 | 303 | 120 | 14 | 0 | 73 | 30 | 111 | 61 | 66 |
| Binary | 10101011 | 11000011 | 1010000 | 1100 | 0 | 111011 | 11000 | 1001001 | 110001 | 110110 |
Color Harmonies of #ABC350
Complementary color
Monochromatic Colors of #ABC350
Black with #ABC350
Text Example
Text Example
White with #ABC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC350; }
p { color: rgb(171,195,80); }
H1.HeaderClassName
{
color: #ABC350;
}
.AnyTagClassName
{
color: #ABC350;
}
</style>
background-color css
<style>
a { background-color: #ABC350; }
a { background-color: rgb(171,195,80); }
div.DivClassName
{
background-color: #ABC350;
}
.BgClassName
{
background-color: #ABC350;
}
</style>
border-color css
<style>
span { border-color: #ABC350; }
span { border-color: rgb(171,195,80); }
td.TdClassName
{
border-color: #ABC350;
}
.TagClassName
{
border-color: #ABC350;
}
</style>