Shades of Celery #ABC14C
Tints of Celery #ABC14C
RGB
CMYK
RGB Variations
Color information
#ABC14C (or 0xABC14C) is known color: Celery. HEX triplet: AB, C1 and 4C. RGB value is (171,193,76). Sum of RGB (Red+Green+Blue) = 171+193+76=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC14C is #543EB3. Grayscale: #ADADAD. Windows color (decimal): -5521076 or 5030315. OLE color: 5030315.
HSL color Cylindrical-coordinate representation of color #ABC14C: hue angle of 71.28º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABC14C is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 76 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.24 |
| HSL | 71.28º | 0.49% | 0.53% | - |
| HSV(B) | 71.28º | 0.61% | 0.76% | - |
| XYZ | 37.17 | 47.32 | 14.01 | - |
| YUV | 173.08 | 73.21 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 76 | 0.11 | 0 | 0.61 | 0.24 | 71.28 | 0.49 | 0.53 |
| Hex | AB | C1 | 4C | B | 0 | 3D | 18 | 47 | 31 | 35 |
| Octal | 253 | 301 | 114 | 13 | 0 | 75 | 30 | 107 | 61 | 65 |
| Binary | 10101011 | 11000001 | 1001100 | 1011 | 0 | 111101 | 11000 | 1000111 | 110001 | 110101 |
Color Harmonies of #ABC14C
Complementary color
Monochromatic Colors of #ABC14C
Black with #ABC14C
Text Example
Text Example
White with #ABC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC14C; }
p { color: rgb(171,193,76); }
H1.HeaderClassName
{
color: #ABC14C;
}
.AnyTagClassName
{
color: #ABC14C;
}
</style>
background-color css
<style>
a { background-color: #ABC14C; }
a { background-color: rgb(171,193,76); }
div.DivClassName
{
background-color: #ABC14C;
}
.BgClassName
{
background-color: #ABC14C;
}
</style>
border-color css
<style>
span { border-color: #ABC14C; }
span { border-color: rgb(171,193,76); }
td.TdClassName
{
border-color: #ABC14C;
}
.TagClassName
{
border-color: #ABC14C;
}
</style>