Shades of Celery #AAB939
Tints of Celery #AAB939
RGB
CMYK
RGB Variations
Color information
#AAB939 (or 0xAAB939) is known color: Celery. HEX triplet: AA, B9 and 39. RGB value is (170,185,57). Sum of RGB (Red+Green+Blue) = 170+185+57=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB939 is #5546C6. Grayscale: #A6A6A6. Windows color (decimal): -5588679 or 3783082. OLE color: 3783082.
HSL color Cylindrical-coordinate representation of color #AAB939: hue angle of 67.03º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAB939 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 57 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.27 |
| HSL | 67.03º | 0.53% | 0.47% | - |
| HSV(B) | 67.03º | 0.69% | 0.73% | - |
| XYZ | 34.67 | 43.54 | 10.45 | - |
| YUV | 165.92 | 66.53 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 57 | 0.08 | 0 | 0.69 | 0.27 | 67.03 | 0.53 | 0.47 |
| Hex | AA | B9 | 39 | 8 | 0 | 45 | 1B | 43 | 35 | 2F |
| Octal | 252 | 271 | 71 | 10 | 0 | 105 | 33 | 103 | 65 | 57 |
| Binary | 10101010 | 10111001 | 111001 | 1000 | 0 | 1000101 | 11011 | 1000011 | 110101 | 101111 |
Color Harmonies of #AAB939
Complementary color
Monochromatic Colors of #AAB939
Black with #AAB939
Text Example
Text Example
White with #AAB939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB939; }
p { color: rgb(170,185,57); }
H1.HeaderClassName
{
color: #AAB939;
}
.AnyTagClassName
{
color: #AAB939;
}
</style>
background-color css
<style>
a { background-color: #AAB939; }
a { background-color: rgb(170,185,57); }
div.DivClassName
{
background-color: #AAB939;
}
.BgClassName
{
background-color: #AAB939;
}
</style>
border-color css
<style>
span { border-color: #AAB939; }
span { border-color: rgb(170,185,57); }
td.TdClassName
{
border-color: #AAB939;
}
.TagClassName
{
border-color: #AAB939;
}
</style>