Shades of Celery #AAB54C
Tints of Celery #AAB54C
RGB
CMYK
RGB Variations
Color information
#AAB54C (or 0xAAB54C) is known color: Celery. HEX triplet: AA, B5 and 4C. RGB value is (170,181,76). Sum of RGB (Red+Green+Blue) = 170+181+76=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB54C is #554AB3. Grayscale: #A6A6A6. Windows color (decimal): -5589684 or 5027242. OLE color: 5027242.
HSL color Cylindrical-coordinate representation of color #AAB54C: hue angle of 66.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAB54C is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 76 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.29 |
| HSL | 66.29º | 0.42% | 0.5% | - |
| HSV(B) | 66.29º | 0.58% | 0.71% | - |
| XYZ | 34.41 | 42.12 | 13.15 | - |
| YUV | 165.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 76 | 0.06 | 0 | 0.58 | 0.29 | 66.29 | 0.42 | 0.5 |
| Hex | AA | B5 | 4C | 6 | 0 | 3A | 1D | 42 | 2A | 32 |
| Octal | 252 | 265 | 114 | 6 | 0 | 72 | 35 | 102 | 52 | 62 |
| Binary | 10101010 | 10110101 | 1001100 | 110 | 0 | 111010 | 11101 | 1000010 | 101010 | 110010 |
Color Harmonies of #AAB54C
Complementary color
Monochromatic Colors of #AAB54C
Black with #AAB54C
Text Example
Text Example
White with #AAB54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB54C; }
p { color: rgb(170,181,76); }
H1.HeaderClassName
{
color: #AAB54C;
}
.AnyTagClassName
{
color: #AAB54C;
}
</style>
background-color css
<style>
a { background-color: #AAB54C; }
a { background-color: rgb(170,181,76); }
div.DivClassName
{
background-color: #AAB54C;
}
.BgClassName
{
background-color: #AAB54C;
}
</style>
border-color css
<style>
span { border-color: #AAB54C; }
span { border-color: rgb(170,181,76); }
td.TdClassName
{
border-color: #AAB54C;
}
.TagClassName
{
border-color: #AAB54C;
}
</style>