Shades of Celery #AABE50
Tints of Celery #AABE50
RGB
CMYK
RGB Variations
Color information
#AABE50 (or 0xAABE50) is known color: Celery. HEX triplet: AA, BE and 50. RGB value is (170,190,80). Sum of RGB (Red+Green+Blue) = 170+190+80=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABE50 is #5541AF. Grayscale: #ABABAB. Windows color (decimal): -5587376 or 5291690. OLE color: 5291690.
HSL color Cylindrical-coordinate representation of color #AABE50: hue angle of 70.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AABE50 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 80 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.25 |
| HSL | 70.91º | 0.46% | 0.53% | - |
| HSV(B) | 70.91º | 0.58% | 0.75% | - |
| XYZ | 36.44 | 45.95 | 14.54 | - |
| YUV | 171.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 80 | 0.11 | 0 | 0.58 | 0.25 | 70.91 | 0.46 | 0.53 |
| Hex | AA | BE | 50 | B | 0 | 3A | 19 | 47 | 2E | 35 |
| Octal | 252 | 276 | 120 | 13 | 0 | 72 | 31 | 107 | 56 | 65 |
| Binary | 10101010 | 10111110 | 1010000 | 1011 | 0 | 111010 | 11001 | 1000111 | 101110 | 110101 |
Color Harmonies of #AABE50
Complementary color
Monochromatic Colors of #AABE50
Black with #AABE50
Text Example
Text Example
White with #AABE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABE50; }
p { color: rgb(170,190,80); }
H1.HeaderClassName
{
color: #AABE50;
}
.AnyTagClassName
{
color: #AABE50;
}
</style>
background-color css
<style>
a { background-color: #AABE50; }
a { background-color: rgb(170,190,80); }
div.DivClassName
{
background-color: #AABE50;
}
.BgClassName
{
background-color: #AABE50;
}
</style>
border-color css
<style>
span { border-color: #AABE50; }
span { border-color: rgb(170,190,80); }
td.TdClassName
{
border-color: #AABE50;
}
.TagClassName
{
border-color: #AABE50;
}
</style>