Shades of Celery #ABAF4A
Tints of Celery #ABAF4A
RGB
CMYK
RGB Variations
Color information
#ABAF4A (or 0xABAF4A) is known color: Celery. HEX triplet: AB, AF and 4A. RGB value is (171,175,74). Sum of RGB (Red+Green+Blue) = 171+175+74=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF4A is #5450B5. Grayscale: #A2A2A2. Windows color (decimal): -5525686 or 4894635. OLE color: 4894635.
HSL color Cylindrical-coordinate representation of color #ABAF4A: hue angle of 62.38º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABAF4A is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 74 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.31 |
| HSL | 62.38º | 0.41% | 0.49% | - |
| HSV(B) | 62.38º | 0.58% | 0.69% | - |
| XYZ | 33.36 | 39.81 | 12.4 | - |
| YUV | 162.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 74 | 0.02 | 0 | 0.58 | 0.31 | 62.38 | 0.41 | 0.49 |
| Hex | AB | AF | 4A | 2 | 0 | 3A | 1F | 3E | 29 | 31 |
| Octal | 253 | 257 | 112 | 2 | 0 | 72 | 37 | 76 | 51 | 61 |
| Binary | 10101011 | 10101111 | 1001010 | 10 | 0 | 111010 | 11111 | 111110 | 101001 | 110001 |
Color Harmonies of #ABAF4A
Complementary color
Monochromatic Colors of #ABAF4A
Black with #ABAF4A
Text Example
Text Example
White with #ABAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF4A; }
p { color: rgb(171,175,74); }
H1.HeaderClassName
{
color: #ABAF4A;
}
.AnyTagClassName
{
color: #ABAF4A;
}
</style>
background-color css
<style>
a { background-color: #ABAF4A; }
a { background-color: rgb(171,175,74); }
div.DivClassName
{
background-color: #ABAF4A;
}
.BgClassName
{
background-color: #ABAF4A;
}
</style>
border-color css
<style>
span { border-color: #ABAF4A; }
span { border-color: rgb(171,175,74); }
td.TdClassName
{
border-color: #ABAF4A;
}
.TagClassName
{
border-color: #ABAF4A;
}
</style>