Shades of Celery #ABBD42
Tints of Celery #ABBD42
RGB
CMYK
RGB Variations
Color information
#ABBD42 (or 0xABBD42) is known color: Celery. HEX triplet: AB, BD and 42. RGB value is (171,189,66). Sum of RGB (Red+Green+Blue) = 171+189+66=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD42 is #5442BD. Grayscale: #AAAAAA. Windows color (decimal): -5522110 or 4373931. OLE color: 4373931.
HSL color Cylindrical-coordinate representation of color #ABBD42: hue angle of 68.78º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABBD42 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 66 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.26 |
| HSL | 68.78º | 0.48% | 0.5% | - |
| HSV(B) | 68.78º | 0.65% | 0.74% | - |
| XYZ | 35.98 | 45.45 | 12.03 | - |
| YUV | 169.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 66 | 0.10 | 0 | 0.65 | 0.26 | 68.78 | 0.48 | 0.5 |
| Hex | AB | BD | 42 | A | 0 | 41 | 1A | 45 | 30 | 32 |
| Octal | 253 | 275 | 102 | 12 | 0 | 101 | 32 | 105 | 60 | 62 |
| Binary | 10101011 | 10111101 | 1000010 | 1010 | 0 | 1000001 | 11010 | 1000101 | 110000 | 110010 |
Color Harmonies of #ABBD42
Complementary color
Monochromatic Colors of #ABBD42
Black with #ABBD42
Text Example
Text Example
White with #ABBD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD42; }
p { color: rgb(171,189,66); }
H1.HeaderClassName
{
color: #ABBD42;
}
.AnyTagClassName
{
color: #ABBD42;
}
</style>
background-color css
<style>
a { background-color: #ABBD42; }
a { background-color: rgb(171,189,66); }
div.DivClassName
{
background-color: #ABBD42;
}
.BgClassName
{
background-color: #ABBD42;
}
</style>
border-color css
<style>
span { border-color: #ABBD42; }
span { border-color: rgb(171,189,66); }
td.TdClassName
{
border-color: #ABBD42;
}
.TagClassName
{
border-color: #ABBD42;
}
</style>