Shades of Celery #AAB94B
Tints of Celery #AAB94B
RGB
CMYK
RGB Variations
Color information
#AAB94B (or 0xAAB94B) is known color: Celery. HEX triplet: AA, B9 and 4B. RGB value is (170,185,75). Sum of RGB (Red+Green+Blue) = 170+185+75=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB94B is #5546B4. Grayscale: #A8A8A8. Windows color (decimal): -5588661 or 4962730. OLE color: 4962730.
HSL color Cylindrical-coordinate representation of color #AAB94B: hue angle of 68.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAB94B is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 75 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.27 |
| HSL | 68.18º | 0.44% | 0.51% | - |
| HSV(B) | 68.18º | 0.59% | 0.73% | - |
| XYZ | 35.2 | 43.75 | 13.25 | - |
| YUV | 167.98 | 75.53 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 75 | 0.08 | 0 | 0.59 | 0.27 | 68.18 | 0.44 | 0.51 |
| Hex | AA | B9 | 4B | 8 | 0 | 3B | 1B | 44 | 2C | 33 |
| Octal | 252 | 271 | 113 | 10 | 0 | 73 | 33 | 104 | 54 | 63 |
| Binary | 10101010 | 10111001 | 1001011 | 1000 | 0 | 111011 | 11011 | 1000100 | 101100 | 110011 |
Color Harmonies of #AAB94B
Complementary color
Monochromatic Colors of #AAB94B
Black with #AAB94B
Text Example
Text Example
White with #AAB94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB94B; }
p { color: rgb(170,185,75); }
H1.HeaderClassName
{
color: #AAB94B;
}
.AnyTagClassName
{
color: #AAB94B;
}
</style>
background-color css
<style>
a { background-color: #AAB94B; }
a { background-color: rgb(170,185,75); }
div.DivClassName
{
background-color: #AAB94B;
}
.BgClassName
{
background-color: #AAB94B;
}
</style>
border-color css
<style>
span { border-color: #AAB94B; }
span { border-color: rgb(170,185,75); }
td.TdClassName
{
border-color: #AAB94B;
}
.TagClassName
{
border-color: #AAB94B;
}
</style>