Shades of Bahia #AAC427
Tints of Bahia #AAC427
RGB
CMYK
RGB Variations
Color information
#AAC427 (or 0xAAC427) is known color: Bahia. HEX triplet: AA, C4 and 27. RGB value is (170,196,39). Sum of RGB (Red+Green+Blue) = 170+196+39=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC427 is #553BD8. Grayscale: #AAAAAA. Windows color (decimal): -5585881 or 2606250. OLE color: 2606250.
HSL color Cylindrical-coordinate representation of color #AAC427: hue angle of 69.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAC427 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 39 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.23 |
| HSL | 69.94º | 0.67% | 0.46% | - |
| HSV(B) | 69.94º | 0.8% | 0.77% | - |
| XYZ | 36.68 | 48.17 | 9.28 | - |
| YUV | 170.33 | 53.89 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 39 | 0.13 | 0 | 0.80 | 0.23 | 69.94 | 0.67 | 0.46 |
| Hex | AA | C4 | 27 | D | 0 | 50 | 17 | 46 | 43 | 2E |
| Octal | 252 | 304 | 47 | 15 | 0 | 120 | 27 | 106 | 103 | 56 |
| Binary | 10101010 | 11000100 | 100111 | 1101 | 0 | 1010000 | 10111 | 1000110 | 1000011 | 101110 |
Color Harmonies of #AAC427
Complementary color
Monochromatic Colors of #AAC427
Black with #AAC427
Text Example
Text Example
White with #AAC427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC427; }
p { color: rgb(170,196,39); }
H1.HeaderClassName
{
color: #AAC427;
}
.AnyTagClassName
{
color: #AAC427;
}
</style>
background-color css
<style>
a { background-color: #AAC427; }
a { background-color: rgb(170,196,39); }
div.DivClassName
{
background-color: #AAC427;
}
.BgClassName
{
background-color: #AAC427;
}
</style>
border-color css
<style>
span { border-color: #AAC427; }
span { border-color: rgb(170,196,39); }
td.TdClassName
{
border-color: #AAC427;
}
.TagClassName
{
border-color: #AAC427;
}
</style>