Shades of Celery #AABE5E
Tints of Celery #AABE5E
RGB
CMYK
RGB Variations
Color information
#AABE5E (or 0xAABE5E) is known color: Celery. HEX triplet: AA, BE and 5E. RGB value is (170,190,94). Sum of RGB (Red+Green+Blue) = 170+190+94=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABE5E is #5541A1. Grayscale: #ADADAD. Windows color (decimal): -5587362 or 6209194. OLE color: 6209194.
HSL color Cylindrical-coordinate representation of color #AABE5E: hue angle of 72.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AABE5E is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 170 | 190 | 94 | - |
CMYK | 0.11 | 0 | 0.51 | 0.25 |
HSL | 72.5º | 0.42% | 0.56% | - |
HSV(B) | 72.5º | 0.51% | 0.75% | - |
XYZ | 37.01 | 46.18 | 17.55 | - |
YUV | 173.08 | 83.37 | 125.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 190 | 94 | 0.11 | 0 | 0.51 | 0.25 | 72.5 | 0.42 | 0.56 |
Hex | AA | BE | 5E | B | 0 | 33 | 19 | 48 | 2A | 38 |
Octal | 252 | 276 | 136 | 13 | 0 | 63 | 31 | 110 | 52 | 70 |
Binary | 10101010 | 10111110 | 1011110 | 1011 | 0 | 110011 | 11001 | 1001000 | 101010 | 111000 |
Color Harmonies of #AABE5E
Complementary color
Monochromatic Colors of #AABE5E
Black with #AABE5E
Text Example
Text Example
White with #AABE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABE5E; }
p { color: rgb(170,190,94); }
H1.HeaderClassName
{
color: #AABE5E;
}
.AnyTagClassName
{
color: #AABE5E;
}
</style>
background-color css
<style>
a { background-color: #AABE5E; }
a { background-color: rgb(170,190,94); }
div.DivClassName
{
background-color: #AABE5E;
}
.BgClassName
{
background-color: #AABE5E;
}
</style>
border-color css
<style>
span { border-color: #AABE5E; }
span { border-color: rgb(170,190,94); }
td.TdClassName
{
border-color: #AABE5E;
}
.TagClassName
{
border-color: #AABE5E;
}
</style>