Shades of Bahia #AABD24
Tints of Bahia #AABD24
RGB
CMYK
RGB Variations
Color information
#AABD24 (or 0xAABD24) is known color: Bahia. HEX triplet: AA, BD and 24. RGB value is (170,189,36). Sum of RGB (Red+Green+Blue) = 170+189+36=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD24 is #5542DB. Grayscale: #A6A6A6. Windows color (decimal): -5587676 or 2407850. OLE color: 2407850.
HSL color Cylindrical-coordinate representation of color #AABD24: hue angle of 67.45º 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 #AABD24 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 36 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.26 |
| HSL | 67.45º | 0.68% | 0.44% | - |
| HSV(B) | 67.45º | 0.81% | 0.74% | - |
| XYZ | 35.09 | 45.07 | 8.52 | - |
| YUV | 165.88 | 54.71 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 36 | 0.10 | 0 | 0.81 | 0.26 | 67.45 | 0.68 | 0.44 |
| Hex | AA | BD | 24 | A | 0 | 51 | 1A | 43 | 44 | 2C |
| Octal | 252 | 275 | 44 | 12 | 0 | 121 | 32 | 103 | 104 | 54 |
| Binary | 10101010 | 10111101 | 100100 | 1010 | 0 | 1010001 | 11010 | 1000011 | 1000100 | 101100 |
Color Harmonies of #AABD24
Complementary color
Monochromatic Colors of #AABD24
Black with #AABD24
Text Example
Text Example
White with #AABD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD24; }
p { color: rgb(170,189,36); }
H1.HeaderClassName
{
color: #AABD24;
}
.AnyTagClassName
{
color: #AABD24;
}
</style>
background-color css
<style>
a { background-color: #AABD24; }
a { background-color: rgb(170,189,36); }
div.DivClassName
{
background-color: #AABD24;
}
.BgClassName
{
background-color: #AABD24;
}
</style>
border-color css
<style>
span { border-color: #AABD24; }
span { border-color: rgb(170,189,36); }
td.TdClassName
{
border-color: #AABD24;
}
.TagClassName
{
border-color: #AABD24;
}
</style>