Shades of Celery #ABC13F
Tints of Celery #ABC13F
RGB
CMYK
RGB Variations
Color information
#ABC13F (or 0xABC13F) is known color: Celery. HEX triplet: AB, C1 and 3F. RGB value is (171,193,63). Sum of RGB (Red+Green+Blue) = 171+193+63=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC13F is #543EC0. Grayscale: #ACACAC. Windows color (decimal): -5521089 or 4178347. OLE color: 4178347.
HSL color Cylindrical-coordinate representation of color #ABC13F: hue angle of 70.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABC13F is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 63 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.24 |
| HSL | 70.15º | 0.51% | 0.5% | - |
| HSV(B) | 70.15º | 0.67% | 0.76% | - |
| XYZ | 36.76 | 47.16 | 11.87 | - |
| YUV | 171.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 63 | 0.11 | 0 | 0.67 | 0.24 | 70.15 | 0.51 | 0.5 |
| Hex | AB | C1 | 3F | B | 0 | 43 | 18 | 46 | 33 | 32 |
| Octal | 253 | 301 | 77 | 13 | 0 | 103 | 30 | 106 | 63 | 62 |
| Binary | 10101011 | 11000001 | 111111 | 1011 | 0 | 1000011 | 11000 | 1000110 | 110011 | 110010 |
Color Harmonies of #ABC13F
Complementary color
Monochromatic Colors of #ABC13F
Black with #ABC13F
Text Example
Text Example
White with #ABC13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC13F; }
p { color: rgb(171,193,63); }
H1.HeaderClassName
{
color: #ABC13F;
}
.AnyTagClassName
{
color: #ABC13F;
}
</style>
background-color css
<style>
a { background-color: #ABC13F; }
a { background-color: rgb(171,193,63); }
div.DivClassName
{
background-color: #ABC13F;
}
.BgClassName
{
background-color: #ABC13F;
}
</style>
border-color css
<style>
span { border-color: #ABC13F; }
span { border-color: rgb(171,193,63); }
td.TdClassName
{
border-color: #ABC13F;
}
.TagClassName
{
border-color: #ABC13F;
}
</style>