Shades of Bahia #AABC34
Tints of Bahia #AABC34
RGB
CMYK
RGB Variations
Color information
#AABC34 (or 0xAABC34) is known color: Bahia. HEX triplet: AA, BC and 34. RGB value is (170,188,52). Sum of RGB (Red+Green+Blue) = 170+188+52=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC34 is #5543CB. Grayscale: #A7A7A7. Windows color (decimal): -5587916 or 3456170. OLE color: 3456170.
HSL color Cylindrical-coordinate representation of color #AABC34: hue angle of 67.94º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AABC34 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 52 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.26 |
| HSL | 67.94º | 0.57% | 0.47% | - |
| HSV(B) | 67.94º | 0.72% | 0.74% | - |
| XYZ | 35.18 | 44.76 | 10.03 | - |
| YUV | 167.11 | 63.04 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 52 | 0.10 | 0 | 0.72 | 0.26 | 67.94 | 0.57 | 0.47 |
| Hex | AA | BC | 34 | A | 0 | 48 | 1A | 44 | 39 | 2F |
| Octal | 252 | 274 | 64 | 12 | 0 | 110 | 32 | 104 | 71 | 57 |
| Binary | 10101010 | 10111100 | 110100 | 1010 | 0 | 1001000 | 11010 | 1000100 | 111001 | 101111 |
Color Harmonies of #AABC34
Complementary color
Monochromatic Colors of #AABC34
Black with #AABC34
Text Example
Text Example
White with #AABC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC34; }
p { color: rgb(170,188,52); }
H1.HeaderClassName
{
color: #AABC34;
}
.AnyTagClassName
{
color: #AABC34;
}
</style>
background-color css
<style>
a { background-color: #AABC34; }
a { background-color: rgb(170,188,52); }
div.DivClassName
{
background-color: #AABC34;
}
.BgClassName
{
background-color: #AABC34;
}
</style>
border-color css
<style>
span { border-color: #AABC34; }
span { border-color: rgb(170,188,52); }
td.TdClassName
{
border-color: #AABC34;
}
.TagClassName
{
border-color: #AABC34;
}
</style>