Shades of Celery #AACB47
Tints of Celery #AACB47
RGB
CMYK
RGB Variations
Color information
#AACB47 (or 0xAACB47) is known color: Celery. HEX triplet: AA, CB and 47. RGB value is (170,203,71). Sum of RGB (Red+Green+Blue) = 170+203+71=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB47 is #5534B8. Grayscale: #B2B2B2. Windows color (decimal): -5584057 or 4705194. OLE color: 4705194.
HSL color Cylindrical-coordinate representation of color #AACB47: hue angle of 75º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AACB47 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 71 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.20 |
| HSL | 75º | 0.56% | 0.54% | - |
| HSV(B) | 75º | 0.65% | 0.8% | - |
| XYZ | 39.07 | 51.71 | 13.88 | - |
| YUV | 178.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 71 | 0.16 | 0 | 0.65 | 0.20 | 75 | 0.56 | 0.54 |
| Hex | AA | CB | 47 | 10 | 0 | 41 | 14 | 4B | 38 | 36 |
| Octal | 252 | 313 | 107 | 20 | 0 | 101 | 24 | 113 | 70 | 66 |
| Binary | 10101010 | 11001011 | 1000111 | 10000 | 0 | 1000001 | 10100 | 1001011 | 111000 | 110110 |
Color Harmonies of #AACB47
Complementary color
Monochromatic Colors of #AACB47
Black with #AACB47
Text Example
Text Example
White with #AACB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB47; }
p { color: rgb(170,203,71); }
H1.HeaderClassName
{
color: #AACB47;
}
.AnyTagClassName
{
color: #AACB47;
}
</style>
background-color css
<style>
a { background-color: #AACB47; }
a { background-color: rgb(170,203,71); }
div.DivClassName
{
background-color: #AACB47;
}
.BgClassName
{
background-color: #AACB47;
}
</style>
border-color css
<style>
span { border-color: #AACB47; }
span { border-color: rgb(170,203,71); }
td.TdClassName
{
border-color: #AACB47;
}
.TagClassName
{
border-color: #AACB47;
}
</style>