Shades of Bahia #AABE32
Tints of Bahia #AABE32
RGB
CMYK
RGB Variations
Color information
#AABE32 (or 0xAABE32) is known color: Bahia. HEX triplet: AA, BE and 32. RGB value is (170,190,50). Sum of RGB (Red+Green+Blue) = 170+190+50=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABE32 is #5541CD. Grayscale: #A8A8A8. Windows color (decimal): -5587406 or 3325610. OLE color: 3325610.
HSL color Cylindrical-coordinate representation of color #AABE32: hue angle of 68.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AABE32 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 50 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.25 |
| HSL | 68.57º | 0.58% | 0.47% | - |
| HSV(B) | 68.57º | 0.74% | 0.75% | - |
| XYZ | 35.57 | 45.6 | 9.95 | - |
| YUV | 168.06 | 61.37 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 50 | 0.11 | 0 | 0.74 | 0.25 | 68.57 | 0.58 | 0.47 |
| Hex | AA | BE | 32 | B | 0 | 4A | 19 | 45 | 3A | 2F |
| Octal | 252 | 276 | 62 | 13 | 0 | 112 | 31 | 105 | 72 | 57 |
| Binary | 10101010 | 10111110 | 110010 | 1011 | 0 | 1001010 | 11001 | 1000101 | 111010 | 101111 |
Color Harmonies of #AABE32
Complementary color
Monochromatic Colors of #AABE32
Black with #AABE32
Text Example
Text Example
White with #AABE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABE32; }
p { color: rgb(170,190,50); }
H1.HeaderClassName
{
color: #AABE32;
}
.AnyTagClassName
{
color: #AABE32;
}
</style>
background-color css
<style>
a { background-color: #AABE32; }
a { background-color: rgb(170,190,50); }
div.DivClassName
{
background-color: #AABE32;
}
.BgClassName
{
background-color: #AABE32;
}
</style>
border-color css
<style>
span { border-color: #AABE32; }
span { border-color: rgb(170,190,50); }
td.TdClassName
{
border-color: #AABE32;
}
.TagClassName
{
border-color: #AABE32;
}
</style>