Shades of Bahia #AAC122
Tints of Bahia #AAC122
RGB
CMYK
RGB Variations
Color information
#AAC122 (or 0xAAC122) is known color: Bahia. HEX triplet: AA, C1 and 22. RGB value is (170,193,34). Sum of RGB (Red+Green+Blue) = 170+193+34=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC122 is #553EDD. Grayscale: #A8A8A8. Windows color (decimal): -5586654 or 2277802. OLE color: 2277802.
HSL color Cylindrical-coordinate representation of color #AAC122: hue angle of 68.68º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAC122 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 34 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.24 |
| HSL | 68.68º | 0.7% | 0.45% | - |
| HSV(B) | 68.68º | 0.82% | 0.76% | - |
| XYZ | 35.94 | 46.8 | 8.65 | - |
| YUV | 168 | 52.38 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 34 | 0.12 | 0 | 0.82 | 0.24 | 68.68 | 0.7 | 0.45 |
| Hex | AA | C1 | 22 | C | 0 | 52 | 18 | 45 | 46 | 2D |
| Octal | 252 | 301 | 42 | 14 | 0 | 122 | 30 | 105 | 106 | 55 |
| Binary | 10101010 | 11000001 | 100010 | 1100 | 0 | 1010010 | 11000 | 1000101 | 1000110 | 101101 |
Color Harmonies of #AAC122
Complementary color
Monochromatic Colors of #AAC122
Black with #AAC122
Text Example
Text Example
White with #AAC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC122; }
p { color: rgb(170,193,34); }
H1.HeaderClassName
{
color: #AAC122;
}
.AnyTagClassName
{
color: #AAC122;
}
</style>
background-color css
<style>
a { background-color: #AAC122; }
a { background-color: rgb(170,193,34); }
div.DivClassName
{
background-color: #AAC122;
}
.BgClassName
{
background-color: #AAC122;
}
</style>
border-color css
<style>
span { border-color: #AAC122; }
span { border-color: rgb(170,193,34); }
td.TdClassName
{
border-color: #AAC122;
}
.TagClassName
{
border-color: #AAC122;
}
</style>