Shades of Bahia #AAC230
Tints of Bahia #AAC230
RGB
CMYK
RGB Variations
Color information
#AAC230 (or 0xAAC230) is known color: Bahia. HEX triplet: AA, C2 and 30. RGB value is (170,194,48). Sum of RGB (Red+Green+Blue) = 170+194+48=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC230 is #553DCF. Grayscale: #AAAAAA. Windows color (decimal): -5586384 or 3195562. OLE color: 3195562.
HSL color Cylindrical-coordinate representation of color #AAC230: hue angle of 69.86º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAC230 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 48 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.24 |
| HSL | 69.86º | 0.6% | 0.47% | - |
| HSV(B) | 69.86º | 0.75% | 0.76% | - |
| XYZ | 36.4 | 47.34 | 10.02 | - |
| YUV | 170.18 | 59.05 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 48 | 0.12 | 0 | 0.75 | 0.24 | 69.86 | 0.6 | 0.47 |
| Hex | AA | C2 | 30 | C | 0 | 4B | 18 | 46 | 3C | 2F |
| Octal | 252 | 302 | 60 | 14 | 0 | 113 | 30 | 106 | 74 | 57 |
| Binary | 10101010 | 11000010 | 110000 | 1100 | 0 | 1001011 | 11000 | 1000110 | 111100 | 101111 |
Color Harmonies of #AAC230
Complementary color
Monochromatic Colors of #AAC230
Black with #AAC230
Text Example
Text Example
White with #AAC230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC230; }
p { color: rgb(170,194,48); }
H1.HeaderClassName
{
color: #AAC230;
}
.AnyTagClassName
{
color: #AAC230;
}
</style>
background-color css
<style>
a { background-color: #AAC230; }
a { background-color: rgb(170,194,48); }
div.DivClassName
{
background-color: #AAC230;
}
.BgClassName
{
background-color: #AAC230;
}
</style>
border-color css
<style>
span { border-color: #AAC230; }
span { border-color: rgb(170,194,48); }
td.TdClassName
{
border-color: #AAC230;
}
.TagClassName
{
border-color: #AAC230;
}
</style>