Shades of Celery #AAB650
Tints of Celery #AAB650
RGB
CMYK
RGB Variations
Color information
#AAB650 (or 0xAAB650) is known color: Celery. HEX triplet: AA, B6 and 50. RGB value is (170,182,80). Sum of RGB (Red+Green+Blue) = 170+182+80=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB650 is #5549AF. Grayscale: #A7A7A7. Windows color (decimal): -5589424 or 5289642. OLE color: 5289642.
HSL color Cylindrical-coordinate representation of color #AAB650: hue angle of 67.06º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAB650 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 80 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.29 |
| HSL | 67.06º | 0.41% | 0.51% | - |
| HSV(B) | 67.06º | 0.56% | 0.71% | - |
| XYZ | 34.75 | 42.58 | 13.98 | - |
| YUV | 166.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 80 | 0.07 | 0 | 0.56 | 0.29 | 67.06 | 0.41 | 0.51 |
| Hex | AA | B6 | 50 | 7 | 0 | 38 | 1D | 43 | 29 | 33 |
| Octal | 252 | 266 | 120 | 7 | 0 | 70 | 35 | 103 | 51 | 63 |
| Binary | 10101010 | 10110110 | 1010000 | 111 | 0 | 111000 | 11101 | 1000011 | 101001 | 110011 |
Color Harmonies of #AAB650
Complementary color
Monochromatic Colors of #AAB650
Black with #AAB650
Text Example
Text Example
White with #AAB650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB650; }
p { color: rgb(170,182,80); }
H1.HeaderClassName
{
color: #AAB650;
}
.AnyTagClassName
{
color: #AAB650;
}
</style>
background-color css
<style>
a { background-color: #AAB650; }
a { background-color: rgb(170,182,80); }
div.DivClassName
{
background-color: #AAB650;
}
.BgClassName
{
background-color: #AAB650;
}
</style>
border-color css
<style>
span { border-color: #AAB650; }
span { border-color: rgb(170,182,80); }
td.TdClassName
{
border-color: #AAB650;
}
.TagClassName
{
border-color: #AAB650;
}
</style>