Shades of Celery #ABC13B
Tints of Celery #ABC13B
RGB
CMYK
RGB Variations
Color information
#ABC13B (or 0xABC13B) is known color: Celery. HEX triplet: AB, C1 and 3B. RGB value is (171,193,59). Sum of RGB (Red+Green+Blue) = 171+193+59=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC13B is #543EC4. Grayscale: #ABABAB. Windows color (decimal): -5521093 or 3916203. OLE color: 3916203.
HSL color Cylindrical-coordinate representation of color #ABC13B: hue angle of 69.85º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABC13B is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 59 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.24 |
| HSL | 69.85º | 0.53% | 0.49% | - |
| HSV(B) | 69.85º | 0.69% | 0.76% | - |
| XYZ | 36.65 | 47.11 | 11.3 | - |
| YUV | 171.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 59 | 0.11 | 0 | 0.69 | 0.24 | 69.85 | 0.53 | 0.49 |
| Hex | AB | C1 | 3B | B | 0 | 45 | 18 | 46 | 35 | 31 |
| Octal | 253 | 301 | 73 | 13 | 0 | 105 | 30 | 106 | 65 | 61 |
| Binary | 10101011 | 11000001 | 111011 | 1011 | 0 | 1000101 | 11000 | 1000110 | 110101 | 110001 |
Color Harmonies of #ABC13B
Complementary color
Monochromatic Colors of #ABC13B
Black with #ABC13B
Text Example
Text Example
White with #ABC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC13B; }
p { color: rgb(171,193,59); }
H1.HeaderClassName
{
color: #ABC13B;
}
.AnyTagClassName
{
color: #ABC13B;
}
</style>
background-color css
<style>
a { background-color: #ABC13B; }
a { background-color: rgb(171,193,59); }
div.DivClassName
{
background-color: #ABC13B;
}
.BgClassName
{
background-color: #ABC13B;
}
</style>
border-color css
<style>
span { border-color: #ABC13B; }
span { border-color: rgb(171,193,59); }
td.TdClassName
{
border-color: #ABC13B;
}
.TagClassName
{
border-color: #ABC13B;
}
</style>