Shades of Bahia #AAC80B
Tints of Bahia #AAC80B
RGB
CMYK
RGB Variations
Color information
#AAC80B (or 0xAAC80B) is known color: Bahia. HEX triplet: AA, C8 and 0B. RGB value is (170,200,11). Sum of RGB (Red+Green+Blue) = 170+200+11=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC80B is #5537F4. Grayscale: #AAAAAA. Windows color (decimal): -5584885 or 772266. OLE color: 772266.
HSL color Cylindrical-coordinate representation of color #AAC80B: hue angle of 69.52º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAC80B is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 11 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.22 |
| HSL | 69.52º | 0.9% | 0.41% | - |
| HSV(B) | 69.52º | 0.95% | 0.78% | - |
| XYZ | 37.29 | 49.88 | 7.98 | - |
| YUV | 169.48 | 38.56 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 11 | 0.15 | 0 | 0.94 | 0.22 | 69.52 | 0.9 | 0.41 |
| Hex | AA | C8 | B | F | 0 | 5E | 16 | 46 | 5A | 29 |
| Octal | 252 | 310 | 13 | 17 | 0 | 136 | 26 | 106 | 132 | 51 |
| Binary | 10101010 | 11001000 | 1011 | 1111 | 0 | 1011110 | 10110 | 1000110 | 1011010 | 101001 |
Color Harmonies of #AAC80B
Complementary color
Monochromatic Colors of #AAC80B
Black with #AAC80B
Text Example
Text Example
White with #AAC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC80B; }
p { color: rgb(170,200,11); }
H1.HeaderClassName
{
color: #AAC80B;
}
.AnyTagClassName
{
color: #AAC80B;
}
</style>
background-color css
<style>
a { background-color: #AAC80B; }
a { background-color: rgb(170,200,11); }
div.DivClassName
{
background-color: #AAC80B;
}
.BgClassName
{
background-color: #AAC80B;
}
</style>
border-color css
<style>
span { border-color: #AAC80B; }
span { border-color: rgb(170,200,11); }
td.TdClassName
{
border-color: #AAC80B;
}
.TagClassName
{
border-color: #AAC80B;
}
</style>