Shades of Celery #AABA3B
Tints of Celery #AABA3B
RGB
CMYK
RGB Variations
Color information
#AABA3B (or 0xAABA3B) is known color: Celery. HEX triplet: AA, BA and 3B. RGB value is (170,186,59). Sum of RGB (Red+Green+Blue) = 170+186+59=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA3B is #5545C4. Grayscale: #A7A7A7. Windows color (decimal): -5588421 or 3914410. OLE color: 3914410.
HSL color Cylindrical-coordinate representation of color #AABA3B: hue angle of 67.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AABA3B is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 59 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.27 |
| HSL | 67.56º | 0.52% | 0.48% | - |
| HSV(B) | 67.56º | 0.68% | 0.73% | - |
| XYZ | 34.93 | 43.98 | 10.79 | - |
| YUV | 166.74 | 67.2 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 59 | 0.09 | 0 | 0.68 | 0.27 | 67.56 | 0.52 | 0.48 |
| Hex | AA | BA | 3B | 9 | 0 | 44 | 1B | 44 | 34 | 30 |
| Octal | 252 | 272 | 73 | 11 | 0 | 104 | 33 | 104 | 64 | 60 |
| Binary | 10101010 | 10111010 | 111011 | 1001 | 0 | 1000100 | 11011 | 1000100 | 110100 | 110000 |
Color Harmonies of #AABA3B
Complementary color
Monochromatic Colors of #AABA3B
Black with #AABA3B
Text Example
Text Example
White with #AABA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA3B; }
p { color: rgb(170,186,59); }
H1.HeaderClassName
{
color: #AABA3B;
}
.AnyTagClassName
{
color: #AABA3B;
}
</style>
background-color css
<style>
a { background-color: #AABA3B; }
a { background-color: rgb(170,186,59); }
div.DivClassName
{
background-color: #AABA3B;
}
.BgClassName
{
background-color: #AABA3B;
}
</style>
border-color css
<style>
span { border-color: #AABA3B; }
span { border-color: rgb(170,186,59); }
td.TdClassName
{
border-color: #AABA3B;
}
.TagClassName
{
border-color: #AABA3B;
}
</style>