Shades of Celery #AABB49
Tints of Celery #AABB49
RGB
CMYK
RGB Variations
Color information
#AABB49 (or 0xAABB49) is known color: Celery. HEX triplet: AA, BB and 49. RGB value is (170,187,73). Sum of RGB (Red+Green+Blue) = 170+187+73=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB49 is #5544B6. Grayscale: #A9A9A9. Windows color (decimal): -5588151 or 4832170. OLE color: 4832170.
HSL color Cylindrical-coordinate representation of color #AABB49: hue angle of 68.95º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AABB49 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 73 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.27 |
| HSL | 68.95º | 0.46% | 0.51% | - |
| HSV(B) | 68.95º | 0.61% | 0.73% | - |
| XYZ | 35.55 | 44.57 | 13.03 | - |
| YUV | 168.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 73 | 0.09 | 0 | 0.61 | 0.27 | 68.95 | 0.46 | 0.51 |
| Hex | AA | BB | 49 | 9 | 0 | 3D | 1B | 45 | 2E | 33 |
| Octal | 252 | 273 | 111 | 11 | 0 | 75 | 33 | 105 | 56 | 63 |
| Binary | 10101010 | 10111011 | 1001001 | 1001 | 0 | 111101 | 11011 | 1000101 | 101110 | 110011 |
Color Harmonies of #AABB49
Complementary color
Monochromatic Colors of #AABB49
Black with #AABB49
Text Example
Text Example
White with #AABB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB49; }
p { color: rgb(170,187,73); }
H1.HeaderClassName
{
color: #AABB49;
}
.AnyTagClassName
{
color: #AABB49;
}
</style>
background-color css
<style>
a { background-color: #AABB49; }
a { background-color: rgb(170,187,73); }
div.DivClassName
{
background-color: #AABB49;
}
.BgClassName
{
background-color: #AABB49;
}
</style>
border-color css
<style>
span { border-color: #AABB49; }
span { border-color: rgb(170,187,73); }
td.TdClassName
{
border-color: #AABB49;
}
.TagClassName
{
border-color: #AABB49;
}
</style>