Shades of Celery #AABC42
Tints of Celery #AABC42
RGB
CMYK
RGB Variations
Color information
#AABC42 (or 0xAABC42) is known color: Celery. HEX triplet: AA, BC and 42. RGB value is (170,188,66). Sum of RGB (Red+Green+Blue) = 170+188+66=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC42 is #5543BD. Grayscale: #A9A9A9. Windows color (decimal): -5587902 or 4373674. OLE color: 4373674.
HSL color Cylindrical-coordinate representation of color #AABC42: hue angle of 68.85º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AABC42 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 66 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.26 |
| HSL | 68.85º | 0.48% | 0.5% | - |
| HSV(B) | 68.85º | 0.65% | 0.74% | - |
| XYZ | 35.54 | 44.91 | 11.95 | - |
| YUV | 168.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 66 | 0.10 | 0 | 0.65 | 0.26 | 68.85 | 0.48 | 0.5 |
| Hex | AA | BC | 42 | A | 0 | 41 | 1A | 45 | 30 | 32 |
| Octal | 252 | 274 | 102 | 12 | 0 | 101 | 32 | 105 | 60 | 62 |
| Binary | 10101010 | 10111100 | 1000010 | 1010 | 0 | 1000001 | 11010 | 1000101 | 110000 | 110010 |
Color Harmonies of #AABC42
Complementary color
Monochromatic Colors of #AABC42
Black with #AABC42
Text Example
Text Example
White with #AABC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC42; }
p { color: rgb(170,188,66); }
H1.HeaderClassName
{
color: #AABC42;
}
.AnyTagClassName
{
color: #AABC42;
}
</style>
background-color css
<style>
a { background-color: #AABC42; }
a { background-color: rgb(170,188,66); }
div.DivClassName
{
background-color: #AABC42;
}
.BgClassName
{
background-color: #AABC42;
}
</style>
border-color css
<style>
span { border-color: #AABC42; }
span { border-color: rgb(170,188,66); }
td.TdClassName
{
border-color: #AABC42;
}
.TagClassName
{
border-color: #AABC42;
}
</style>