Shades of Bahia #AABA28
Tints of Bahia #AABA28
RGB
CMYK
RGB Variations
Color information
#AABA28 (or 0xAABA28) is known color: Bahia. HEX triplet: AA, BA and 28. RGB value is (170,186,40). Sum of RGB (Red+Green+Blue) = 170+186+40=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA28 is #5545D7. Grayscale: #A5A5A5. Windows color (decimal): -5588440 or 2669226. OLE color: 2669226.
HSL color Cylindrical-coordinate representation of color #AABA28: hue angle of 66.58º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AABA28 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 40 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.27 |
| HSL | 66.58º | 0.65% | 0.44% | - |
| HSV(B) | 66.58º | 0.78% | 0.73% | - |
| XYZ | 34.52 | 43.82 | 8.65 | - |
| YUV | 164.57 | 57.7 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 40 | 0.09 | 0 | 0.78 | 0.27 | 66.58 | 0.65 | 0.44 |
| Hex | AA | BA | 28 | 9 | 0 | 4E | 1B | 43 | 41 | 2C |
| Octal | 252 | 272 | 50 | 11 | 0 | 116 | 33 | 103 | 101 | 54 |
| Binary | 10101010 | 10111010 | 101000 | 1001 | 0 | 1001110 | 11011 | 1000011 | 1000001 | 101100 |
Color Harmonies of #AABA28
Complementary color
Monochromatic Colors of #AABA28
Black with #AABA28
Text Example
Text Example
White with #AABA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA28; }
p { color: rgb(170,186,40); }
H1.HeaderClassName
{
color: #AABA28;
}
.AnyTagClassName
{
color: #AABA28;
}
</style>
background-color css
<style>
a { background-color: #AABA28; }
a { background-color: rgb(170,186,40); }
div.DivClassName
{
background-color: #AABA28;
}
.BgClassName
{
background-color: #AABA28;
}
</style>
border-color css
<style>
span { border-color: #AABA28; }
span { border-color: rgb(170,186,40); }
td.TdClassName
{
border-color: #AABA28;
}
.TagClassName
{
border-color: #AABA28;
}
</style>