Shades of Bahia #AABF0E
Tints of Bahia #AABF0E
RGB
CMYK
RGB Variations
Color information
#AABF0E (or 0xAABF0E) is known color: Bahia. HEX triplet: AA, BF and 0E. RGB value is (170,191,14). Sum of RGB (Red+Green+Blue) = 170+191+14=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABF0E is #5540F1. Grayscale: #A5A5A5. Windows color (decimal): -5587186 or 966570. OLE color: 966570.
HSL color Cylindrical-coordinate representation of color #AABF0E: hue angle of 67.12º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AABF0E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 14 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.25 |
| HSL | 67.12º | 0.86% | 0.4% | - |
| HSV(B) | 67.12º | 0.93% | 0.75% | - |
| XYZ | 35.29 | 45.84 | 7.4 | - |
| YUV | 164.54 | 43.04 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 14 | 0.11 | 0 | 0.93 | 0.25 | 67.12 | 0.86 | 0.4 |
| Hex | AA | BF | E | B | 0 | 5D | 19 | 43 | 56 | 28 |
| Octal | 252 | 277 | 16 | 13 | 0 | 135 | 31 | 103 | 126 | 50 |
| Binary | 10101010 | 10111111 | 1110 | 1011 | 0 | 1011101 | 11001 | 1000011 | 1010110 | 101000 |
Color Harmonies of #AABF0E
Complementary color
Monochromatic Colors of #AABF0E
Black with #AABF0E
Text Example
Text Example
White with #AABF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABF0E; }
p { color: rgb(170,191,14); }
H1.HeaderClassName
{
color: #AABF0E;
}
.AnyTagClassName
{
color: #AABF0E;
}
</style>
background-color css
<style>
a { background-color: #AABF0E; }
a { background-color: rgb(170,191,14); }
div.DivClassName
{
background-color: #AABF0E;
}
.BgClassName
{
background-color: #AABF0E;
}
</style>
border-color css
<style>
span { border-color: #AABF0E; }
span { border-color: rgb(170,191,14); }
td.TdClassName
{
border-color: #AABF0E;
}
.TagClassName
{
border-color: #AABF0E;
}
</style>