Shades of Bahia #AABC24
Tints of Bahia #AABC24
RGB
CMYK
RGB Variations
Color information
#AABC24 (or 0xAABC24) is known color: Bahia. HEX triplet: AA, BC and 24. RGB value is (170,188,36). Sum of RGB (Red+Green+Blue) = 170+188+36=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC24 is #5543DB. Grayscale: #A5A5A5. Windows color (decimal): -5587932 or 2407594. OLE color: 2407594.
HSL color Cylindrical-coordinate representation of color #AABC24: hue angle of 67.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AABC24 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 36 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.26 |
| HSL | 67.11º | 0.68% | 0.44% | - |
| HSV(B) | 67.11º | 0.81% | 0.74% | - |
| XYZ | 34.88 | 44.64 | 8.45 | - |
| YUV | 165.29 | 55.04 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 36 | 0.10 | 0 | 0.81 | 0.26 | 67.11 | 0.68 | 0.44 |
| Hex | AA | BC | 24 | A | 0 | 51 | 1A | 43 | 44 | 2C |
| Octal | 252 | 274 | 44 | 12 | 0 | 121 | 32 | 103 | 104 | 54 |
| Binary | 10101010 | 10111100 | 100100 | 1010 | 0 | 1010001 | 11010 | 1000011 | 1000100 | 101100 |
Color Harmonies of #AABC24
Complementary color
Monochromatic Colors of #AABC24
Black with #AABC24
Text Example
Text Example
White with #AABC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC24; }
p { color: rgb(170,188,36); }
H1.HeaderClassName
{
color: #AABC24;
}
.AnyTagClassName
{
color: #AABC24;
}
</style>
background-color css
<style>
a { background-color: #AABC24; }
a { background-color: rgb(170,188,36); }
div.DivClassName
{
background-color: #AABC24;
}
.BgClassName
{
background-color: #AABC24;
}
</style>
border-color css
<style>
span { border-color: #AABC24; }
span { border-color: rgb(170,188,36); }
td.TdClassName
{
border-color: #AABC24;
}
.TagClassName
{
border-color: #AABC24;
}
</style>