Shades of Bahia #AABC25
Tints of Bahia #AABC25
RGB
CMYK
RGB Variations
Color information
#AABC25 (or 0xAABC25) is known color: Bahia. HEX triplet: AA, BC and 25. RGB value is (170,188,37). Sum of RGB (Red+Green+Blue) = 170+188+37=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC25 is #5543DA. Grayscale: #A5A5A5. Windows color (decimal): -5587931 or 2473130. OLE color: 2473130.
HSL color Cylindrical-coordinate representation of color #AABC25: hue angle of 67.15º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AABC25 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 37 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.26 |
| HSL | 67.15º | 0.67% | 0.44% | - |
| HSV(B) | 67.15º | 0.8% | 0.74% | - |
| XYZ | 34.89 | 44.65 | 8.53 | - |
| YUV | 165.4 | 55.54 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 37 | 0.10 | 0 | 0.80 | 0.26 | 67.15 | 0.67 | 0.44 |
| Hex | AA | BC | 25 | A | 0 | 50 | 1A | 43 | 43 | 2C |
| Octal | 252 | 274 | 45 | 12 | 0 | 120 | 32 | 103 | 103 | 54 |
| Binary | 10101010 | 10111100 | 100101 | 1010 | 0 | 1010000 | 11010 | 1000011 | 1000011 | 101100 |
Color Harmonies of #AABC25
Complementary color
Monochromatic Colors of #AABC25
Black with #AABC25
Text Example
Text Example
White with #AABC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC25; }
p { color: rgb(170,188,37); }
H1.HeaderClassName
{
color: #AABC25;
}
.AnyTagClassName
{
color: #AABC25;
}
</style>
background-color css
<style>
a { background-color: #AABC25; }
a { background-color: rgb(170,188,37); }
div.DivClassName
{
background-color: #AABC25;
}
.BgClassName
{
background-color: #AABC25;
}
</style>
border-color css
<style>
span { border-color: #AABC25; }
span { border-color: rgb(170,188,37); }
td.TdClassName
{
border-color: #AABC25;
}
.TagClassName
{
border-color: #AABC25;
}
</style>