Shades of Bahia #AAC71B
Tints of Bahia #AAC71B
RGB
CMYK
RGB Variations
Color information
#AAC71B (or 0xAAC71B) is known color: Bahia. HEX triplet: AA, C7 and 1B. RGB value is (170,199,27). Sum of RGB (Red+Green+Blue) = 170+199+27=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC71B is #5538E4. Grayscale: #ABABAB. Windows color (decimal): -5585125 or 1820586. OLE color: 1820586.
HSL color Cylindrical-coordinate representation of color #AAC71B: hue angle of 70.12º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAC71B is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 27 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.22 |
| HSL | 70.12º | 0.76% | 0.44% | - |
| HSV(B) | 70.12º | 0.86% | 0.78% | - |
| XYZ | 37.2 | 49.47 | 8.63 | - |
| YUV | 170.72 | 46.89 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 27 | 0.15 | 0 | 0.86 | 0.22 | 70.12 | 0.76 | 0.44 |
| Hex | AA | C7 | 1B | F | 0 | 56 | 16 | 46 | 4C | 2C |
| Octal | 252 | 307 | 33 | 17 | 0 | 126 | 26 | 106 | 114 | 54 |
| Binary | 10101010 | 11000111 | 11011 | 1111 | 0 | 1010110 | 10110 | 1000110 | 1001100 | 101100 |
Color Harmonies of #AAC71B
Complementary color
Monochromatic Colors of #AAC71B
Black with #AAC71B
Text Example
Text Example
White with #AAC71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC71B; }
p { color: rgb(170,199,27); }
H1.HeaderClassName
{
color: #AAC71B;
}
.AnyTagClassName
{
color: #AAC71B;
}
</style>
background-color css
<style>
a { background-color: #AAC71B; }
a { background-color: rgb(170,199,27); }
div.DivClassName
{
background-color: #AAC71B;
}
.BgClassName
{
background-color: #AAC71B;
}
</style>
border-color css
<style>
span { border-color: #AAC71B; }
span { border-color: rgb(170,199,27); }
td.TdClassName
{
border-color: #AAC71B;
}
.TagClassName
{
border-color: #AAC71B;
}
</style>