Shades of Bahia #AAC32C
Tints of Bahia #AAC32C
RGB
CMYK
RGB Variations
Color information
#AAC32C (or 0xAAC32C) is known color: Bahia. HEX triplet: AA, C3 and 2C. RGB value is (170,195,44). Sum of RGB (Red+Green+Blue) = 170+195+44=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC32C is #553CD3. Grayscale: #AAAAAA. Windows color (decimal): -5586132 or 2933674. OLE color: 2933674.
HSL color Cylindrical-coordinate representation of color #AAC32C: hue angle of 69.93º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAC32C is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 44 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.24 |
| HSL | 69.93º | 0.63% | 0.47% | - |
| HSV(B) | 69.93º | 0.77% | 0.76% | - |
| XYZ | 36.55 | 47.76 | 9.67 | - |
| YUV | 170.31 | 56.72 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 44 | 0.13 | 0 | 0.77 | 0.24 | 69.93 | 0.63 | 0.47 |
| Hex | AA | C3 | 2C | D | 0 | 4D | 18 | 46 | 3F | 2F |
| Octal | 252 | 303 | 54 | 15 | 0 | 115 | 30 | 106 | 77 | 57 |
| Binary | 10101010 | 11000011 | 101100 | 1101 | 0 | 1001101 | 11000 | 1000110 | 111111 | 101111 |
Color Harmonies of #AAC32C
Complementary color
Monochromatic Colors of #AAC32C
Black with #AAC32C
Text Example
Text Example
White with #AAC32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC32C; }
p { color: rgb(170,195,44); }
H1.HeaderClassName
{
color: #AAC32C;
}
.AnyTagClassName
{
color: #AAC32C;
}
</style>
background-color css
<style>
a { background-color: #AAC32C; }
a { background-color: rgb(170,195,44); }
div.DivClassName
{
background-color: #AAC32C;
}
.BgClassName
{
background-color: #AAC32C;
}
</style>
border-color css
<style>
span { border-color: #AAC32C; }
span { border-color: rgb(170,195,44); }
td.TdClassName
{
border-color: #AAC32C;
}
.TagClassName
{
border-color: #AAC32C;
}
</style>