Shades of Celery #AABF4C
Tints of Celery #AABF4C
RGB
CMYK
RGB Variations
Color information
#AABF4C (or 0xAABF4C) is known color: Celery. HEX triplet: AA, BF and 4C. RGB value is (170,191,76). Sum of RGB (Red+Green+Blue) = 170+191+76=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF4C is #5540B3. Grayscale: #ACACAC. Windows color (decimal): -5587124 or 5029802. OLE color: 5029802.
HSL color Cylindrical-coordinate representation of color #AABF4C: hue angle of 70.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AABF4C is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 76 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.25 |
| HSL | 70.96º | 0.47% | 0.52% | - |
| HSV(B) | 70.96º | 0.6% | 0.75% | - |
| XYZ | 36.51 | 46.33 | 13.86 | - |
| YUV | 171.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 76 | 0.11 | 0 | 0.60 | 0.25 | 70.96 | 0.47 | 0.52 |
| Hex | AA | BF | 4C | B | 0 | 3C | 19 | 47 | 2F | 34 |
| Octal | 252 | 277 | 114 | 13 | 0 | 74 | 31 | 107 | 57 | 64 |
| Binary | 10101010 | 10111111 | 1001100 | 1011 | 0 | 111100 | 11001 | 1000111 | 101111 | 110100 |
Color Harmonies of #AABF4C
Complementary color
Monochromatic Colors of #AABF4C
Black with #AABF4C
Text Example
Text Example
White with #AABF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABF4C; }
p { color: rgb(170,191,76); }
H1.HeaderClassName
{
color: #AABF4C;
}
.AnyTagClassName
{
color: #AABF4C;
}
</style>
background-color css
<style>
a { background-color: #AABF4C; }
a { background-color: rgb(170,191,76); }
div.DivClassName
{
background-color: #AABF4C;
}
.BgClassName
{
background-color: #AABF4C;
}
</style>
border-color css
<style>
span { border-color: #AABF4C; }
span { border-color: rgb(170,191,76); }
td.TdClassName
{
border-color: #AABF4C;
}
.TagClassName
{
border-color: #AABF4C;
}
</style>