Shades of Celery #ABB14D
Tints of Celery #ABB14D
RGB
CMYK
RGB Variations
Color information
#ABB14D (or 0xABB14D) is known color: Celery. HEX triplet: AB, B1 and 4D. RGB value is (171,177,77). Sum of RGB (Red+Green+Blue) = 171+177+77=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB14D is #544EB2. Grayscale: #A4A4A4. Windows color (decimal): -5525171 or 5091755. OLE color: 5091755.
HSL color Cylindrical-coordinate representation of color #ABB14D: hue angle of 63.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABB14D is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 177 | 77 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.31 |
| HSL | 63.6º | 0.39% | 0.5% | - |
| HSV(B) | 63.6º | 0.56% | 0.69% | - |
| XYZ | 33.86 | 40.64 | 13.08 | - |
| YUV | 163.81 | 79.01 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 77 | 0.03 | 0 | 0.56 | 0.31 | 63.6 | 0.39 | 0.5 |
| Hex | AB | B1 | 4D | 3 | 0 | 38 | 1F | 40 | 27 | 32 |
| Octal | 253 | 261 | 115 | 3 | 0 | 70 | 37 | 100 | 47 | 62 |
| Binary | 10101011 | 10110001 | 1001101 | 11 | 0 | 111000 | 11111 | 1000000 | 100111 | 110010 |
Color Harmonies of #ABB14D
Complementary color
Monochromatic Colors of #ABB14D
Black with #ABB14D
Text Example
Text Example
White with #ABB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB14D; }
p { color: rgb(171,177,77); }
H1.HeaderClassName
{
color: #ABB14D;
}
.AnyTagClassName
{
color: #ABB14D;
}
</style>
background-color css
<style>
a { background-color: #ABB14D; }
a { background-color: rgb(171,177,77); }
div.DivClassName
{
background-color: #ABB14D;
}
.BgClassName
{
background-color: #ABB14D;
}
</style>
border-color css
<style>
span { border-color: #ABB14D; }
span { border-color: rgb(171,177,77); }
td.TdClassName
{
border-color: #ABB14D;
}
.TagClassName
{
border-color: #ABB14D;
}
</style>