Shades of Bahia #AAC133
Tints of Bahia #AAC133
RGB
CMYK
RGB Variations
Color information
#AAC133 (or 0xAAC133) is known color: Bahia. HEX triplet: AA, C1 and 33. RGB value is (170,193,51). Sum of RGB (Red+Green+Blue) = 170+193+51=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC133 is #553ECC. Grayscale: #AAAAAA. Windows color (decimal): -5586637 or 3391914. OLE color: 3391914.
HSL color Cylindrical-coordinate representation of color #AAC133: hue angle of 69.72º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAC133 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 51 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.24 |
| HSL | 69.72º | 0.58% | 0.48% | - |
| HSV(B) | 69.72º | 0.74% | 0.76% | - |
| XYZ | 36.25 | 46.93 | 10.28 | - |
| YUV | 169.94 | 60.88 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 51 | 0.12 | 0 | 0.74 | 0.24 | 69.72 | 0.58 | 0.48 |
| Hex | AA | C1 | 33 | C | 0 | 4A | 18 | 46 | 3A | 30 |
| Octal | 252 | 301 | 63 | 14 | 0 | 112 | 30 | 106 | 72 | 60 |
| Binary | 10101010 | 11000001 | 110011 | 1100 | 0 | 1001010 | 11000 | 1000110 | 111010 | 110000 |
Color Harmonies of #AAC133
Complementary color
Monochromatic Colors of #AAC133
Black with #AAC133
Text Example
Text Example
White with #AAC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC133; }
p { color: rgb(170,193,51); }
H1.HeaderClassName
{
color: #AAC133;
}
.AnyTagClassName
{
color: #AAC133;
}
</style>
background-color css
<style>
a { background-color: #AAC133; }
a { background-color: rgb(170,193,51); }
div.DivClassName
{
background-color: #AAC133;
}
.BgClassName
{
background-color: #AAC133;
}
</style>
border-color css
<style>
span { border-color: #AAC133; }
span { border-color: rgb(170,193,51); }
td.TdClassName
{
border-color: #AAC133;
}
.TagClassName
{
border-color: #AAC133;
}
</style>