Shades of Bahia #AAC72B
Tints of Bahia #AAC72B
RGB
CMYK
RGB Variations
Color information
#AAC72B (or 0xAAC72B) is known color: Bahia. HEX triplet: AA, C7 and 2B. RGB value is (170,199,43). Sum of RGB (Red+Green+Blue) = 170+199+43=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC72B is #5538D4. Grayscale: #ADADAD. Windows color (decimal): -5585109 or 2869162. OLE color: 2869162.
HSL color Cylindrical-coordinate representation of color #AAC72B: hue angle of 71.15º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAC72B is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 43 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.22 |
| HSL | 71.15º | 0.64% | 0.47% | - |
| HSV(B) | 71.15º | 0.78% | 0.78% | - |
| XYZ | 37.44 | 49.57 | 9.88 | - |
| YUV | 172.55 | 54.89 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 43 | 0.15 | 0 | 0.78 | 0.22 | 71.15 | 0.64 | 0.47 |
| Hex | AA | C7 | 2B | F | 0 | 4E | 16 | 47 | 40 | 2F |
| Octal | 252 | 307 | 53 | 17 | 0 | 116 | 26 | 107 | 100 | 57 |
| Binary | 10101010 | 11000111 | 101011 | 1111 | 0 | 1001110 | 10110 | 1000111 | 1000000 | 101111 |
Color Harmonies of #AAC72B
Complementary color
Monochromatic Colors of #AAC72B
Black with #AAC72B
Text Example
Text Example
White with #AAC72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC72B; }
p { color: rgb(170,199,43); }
H1.HeaderClassName
{
color: #AAC72B;
}
.AnyTagClassName
{
color: #AAC72B;
}
</style>
background-color css
<style>
a { background-color: #AAC72B; }
a { background-color: rgb(170,199,43); }
div.DivClassName
{
background-color: #AAC72B;
}
.BgClassName
{
background-color: #AAC72B;
}
</style>
border-color css
<style>
span { border-color: #AAC72B; }
span { border-color: rgb(170,199,43); }
td.TdClassName
{
border-color: #AAC72B;
}
.TagClassName
{
border-color: #AAC72B;
}
</style>