Shades of Bahia #AAC11F
Tints of Bahia #AAC11F
RGB
CMYK
RGB Variations
Color information
#AAC11F (or 0xAAC11F) is known color: Bahia. HEX triplet: AA, C1 and 1F. RGB value is (170,193,31). Sum of RGB (Red+Green+Blue) = 170+193+31=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC11F is #553EE0. Grayscale: #A8A8A8. Windows color (decimal): -5586657 or 2081194. OLE color: 2081194.
HSL color Cylindrical-coordinate representation of color #AAC11F: hue angle of 68.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAC11F is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 31 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.24 |
| HSL | 68.52º | 0.72% | 0.44% | - |
| HSV(B) | 68.52º | 0.84% | 0.76% | - |
| XYZ | 35.89 | 46.78 | 8.43 | - |
| YUV | 167.66 | 50.88 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 31 | 0.12 | 0 | 0.84 | 0.24 | 68.52 | 0.72 | 0.44 |
| Hex | AA | C1 | 1F | C | 0 | 54 | 18 | 45 | 48 | 2C |
| Octal | 252 | 301 | 37 | 14 | 0 | 124 | 30 | 105 | 110 | 54 |
| Binary | 10101010 | 11000001 | 11111 | 1100 | 0 | 1010100 | 11000 | 1000101 | 1001000 | 101100 |
Color Harmonies of #AAC11F
Complementary color
Monochromatic Colors of #AAC11F
Black with #AAC11F
Text Example
Text Example
White with #AAC11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC11F; }
p { color: rgb(170,193,31); }
H1.HeaderClassName
{
color: #AAC11F;
}
.AnyTagClassName
{
color: #AAC11F;
}
</style>
background-color css
<style>
a { background-color: #AAC11F; }
a { background-color: rgb(170,193,31); }
div.DivClassName
{
background-color: #AAC11F;
}
.BgClassName
{
background-color: #AAC11F;
}
</style>
border-color css
<style>
span { border-color: #AAC11F; }
span { border-color: rgb(170,193,31); }
td.TdClassName
{
border-color: #AAC11F;
}
.TagClassName
{
border-color: #AAC11F;
}
</style>