Shades of Celery #AAB941
Tints of Celery #AAB941
RGB
CMYK
RGB Variations
Color information
#AAB941 (or 0xAAB941) is known color: Celery. HEX triplet: AA, B9 and 41. RGB value is (170,185,65). Sum of RGB (Red+Green+Blue) = 170+185+65=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB941 is #5546BE. Grayscale: #A7A7A7. Windows color (decimal): -5588671 or 4307370. OLE color: 4307370.
HSL color Cylindrical-coordinate representation of color #AAB941: hue angle of 67.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAB941 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 65 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.27 |
| HSL | 67.5º | 0.48% | 0.49% | - |
| HSV(B) | 67.5º | 0.65% | 0.73% | - |
| XYZ | 34.88 | 43.63 | 11.58 | - |
| YUV | 166.84 | 70.53 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 65 | 0.08 | 0 | 0.65 | 0.27 | 67.5 | 0.48 | 0.49 |
| Hex | AA | B9 | 41 | 8 | 0 | 41 | 1B | 44 | 30 | 31 |
| Octal | 252 | 271 | 101 | 10 | 0 | 101 | 33 | 104 | 60 | 61 |
| Binary | 10101010 | 10111001 | 1000001 | 1000 | 0 | 1000001 | 11011 | 1000100 | 110000 | 110001 |
Color Harmonies of #AAB941
Complementary color
Monochromatic Colors of #AAB941
Black with #AAB941
Text Example
Text Example
White with #AAB941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB941; }
p { color: rgb(170,185,65); }
H1.HeaderClassName
{
color: #AAB941;
}
.AnyTagClassName
{
color: #AAB941;
}
</style>
background-color css
<style>
a { background-color: #AAB941; }
a { background-color: rgb(170,185,65); }
div.DivClassName
{
background-color: #AAB941;
}
.BgClassName
{
background-color: #AAB941;
}
</style>
border-color css
<style>
span { border-color: #AAB941; }
span { border-color: rgb(170,185,65); }
td.TdClassName
{
border-color: #AAB941;
}
.TagClassName
{
border-color: #AAB941;
}
</style>