Shades of Celery #ABC943
Tints of Celery #ABC943
RGB
CMYK
RGB Variations
Color information
#ABC943 (or 0xABC943) is known color: Celery. HEX triplet: AB, C9 and 43. RGB value is (171,201,67). Sum of RGB (Red+Green+Blue) = 171+201+67=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC943 is #5436BC. Grayscale: #B1B1B1. Windows color (decimal): -5519037 or 4442539. OLE color: 4442539.
HSL color Cylindrical-coordinate representation of color #ABC943: hue angle of 73.43º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABC943 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 67 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.21 |
| HSL | 73.43º | 0.55% | 0.53% | - |
| HSV(B) | 73.43º | 0.67% | 0.79% | - |
| XYZ | 38.69 | 50.84 | 13.08 | - |
| YUV | 176.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 67 | 0.15 | 0 | 0.67 | 0.21 | 73.43 | 0.55 | 0.53 |
| Hex | AB | C9 | 43 | F | 0 | 43 | 15 | 49 | 37 | 35 |
| Octal | 253 | 311 | 103 | 17 | 0 | 103 | 25 | 111 | 67 | 65 |
| Binary | 10101011 | 11001001 | 1000011 | 1111 | 0 | 1000011 | 10101 | 1001001 | 110111 | 110101 |
Color Harmonies of #ABC943
Complementary color
Monochromatic Colors of #ABC943
Black with #ABC943
Text Example
Text Example
White with #ABC943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC943; }
p { color: rgb(171,201,67); }
H1.HeaderClassName
{
color: #ABC943;
}
.AnyTagClassName
{
color: #ABC943;
}
</style>
background-color css
<style>
a { background-color: #ABC943; }
a { background-color: rgb(171,201,67); }
div.DivClassName
{
background-color: #ABC943;
}
.BgClassName
{
background-color: #ABC943;
}
</style>
border-color css
<style>
span { border-color: #ABC943; }
span { border-color: rgb(171,201,67); }
td.TdClassName
{
border-color: #ABC943;
}
.TagClassName
{
border-color: #ABC943;
}
</style>