Shades of Celery #ABCB45
Tints of Celery #ABCB45
RGB
CMYK
RGB Variations
Color information
#ABCB45 (or 0xABCB45) is known color: Celery. HEX triplet: AB, CB and 45. RGB value is (171,203,69). Sum of RGB (Red+Green+Blue) = 171+203+69=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB45 is #5434BA. Grayscale: #B2B2B2. Windows color (decimal): -5518523 or 4574123. OLE color: 4574123.
HSL color Cylindrical-coordinate representation of color #ABCB45: hue angle of 74.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABCB45 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 69 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.20 |
| HSL | 74.33º | 0.56% | 0.53% | - |
| HSV(B) | 74.33º | 0.66% | 0.8% | - |
| XYZ | 39.22 | 51.8 | 13.56 | - |
| YUV | 178.16 | 66.4 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 69 | 0.16 | 0 | 0.66 | 0.20 | 74.33 | 0.56 | 0.53 |
| Hex | AB | CB | 45 | 10 | 0 | 42 | 14 | 4A | 38 | 35 |
| Octal | 253 | 313 | 105 | 20 | 0 | 102 | 24 | 112 | 70 | 65 |
| Binary | 10101011 | 11001011 | 1000101 | 10000 | 0 | 1000010 | 10100 | 1001010 | 111000 | 110101 |
Color Harmonies of #ABCB45
Complementary color
Monochromatic Colors of #ABCB45
Black with #ABCB45
Text Example
Text Example
White with #ABCB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB45; }
p { color: rgb(171,203,69); }
H1.HeaderClassName
{
color: #ABCB45;
}
.AnyTagClassName
{
color: #ABCB45;
}
</style>
background-color css
<style>
a { background-color: #ABCB45; }
a { background-color: rgb(171,203,69); }
div.DivClassName
{
background-color: #ABCB45;
}
.BgClassName
{
background-color: #ABCB45;
}
</style>
border-color css
<style>
span { border-color: #ABCB45; }
span { border-color: rgb(171,203,69); }
td.TdClassName
{
border-color: #ABCB45;
}
.TagClassName
{
border-color: #ABCB45;
}
</style>