Shades of Celery #AACB4A
Tints of Celery #AACB4A
RGB
CMYK
RGB Variations
Color information
#AACB4A (or 0xAACB4A) is known color: Celery. HEX triplet: AA, CB and 4A. RGB value is (170,203,74). Sum of RGB (Red+Green+Blue) = 170+203+74=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB4A is #5534B5. Grayscale: #B2B2B2. Windows color (decimal): -5584054 or 4901802. OLE color: 4901802.
HSL color Cylindrical-coordinate representation of color #AACB4A: hue angle of 75.35º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AACB4A is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 74 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.20 |
| HSL | 75.35º | 0.55% | 0.54% | - |
| HSV(B) | 75.35º | 0.64% | 0.8% | - |
| XYZ | 39.17 | 51.75 | 14.4 | - |
| YUV | 178.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 74 | 0.16 | 0 | 0.64 | 0.20 | 75.35 | 0.55 | 0.54 |
| Hex | AA | CB | 4A | 10 | 0 | 40 | 14 | 4B | 37 | 36 |
| Octal | 252 | 313 | 112 | 20 | 0 | 100 | 24 | 113 | 67 | 66 |
| Binary | 10101010 | 11001011 | 1001010 | 10000 | 0 | 1000000 | 10100 | 1001011 | 110111 | 110110 |
Color Harmonies of #AACB4A
Complementary color
Monochromatic Colors of #AACB4A
Black with #AACB4A
Text Example
Text Example
White with #AACB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB4A; }
p { color: rgb(170,203,74); }
H1.HeaderClassName
{
color: #AACB4A;
}
.AnyTagClassName
{
color: #AACB4A;
}
</style>
background-color css
<style>
a { background-color: #AACB4A; }
a { background-color: rgb(170,203,74); }
div.DivClassName
{
background-color: #AACB4A;
}
.BgClassName
{
background-color: #AACB4A;
}
</style>
border-color css
<style>
span { border-color: #AACB4A; }
span { border-color: rgb(170,203,74); }
td.TdClassName
{
border-color: #AACB4A;
}
.TagClassName
{
border-color: #AACB4A;
}
</style>