Shades of Bahia #AABF2B
Tints of Bahia #AABF2B
RGB
CMYK
RGB Variations
Color information
#AABF2B (or 0xAABF2B) is known color: Bahia. HEX triplet: AA, BF and 2B. RGB value is (170,191,43). Sum of RGB (Red+Green+Blue) = 170+191+43=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF2B is #5540D4. Grayscale: #A8A8A8. Windows color (decimal): -5587157 or 2867114. OLE color: 2867114.
HSL color Cylindrical-coordinate representation of color #AABF2B: hue angle of 68.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AABF2B is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 43 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.25 |
| HSL | 68.51º | 0.63% | 0.46% | - |
| HSV(B) | 68.51º | 0.77% | 0.75% | - |
| XYZ | 35.64 | 45.98 | 9.28 | - |
| YUV | 167.85 | 57.54 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 43 | 0.11 | 0 | 0.77 | 0.25 | 68.51 | 0.63 | 0.46 |
| Hex | AA | BF | 2B | B | 0 | 4D | 19 | 45 | 3F | 2E |
| Octal | 252 | 277 | 53 | 13 | 0 | 115 | 31 | 105 | 77 | 56 |
| Binary | 10101010 | 10111111 | 101011 | 1011 | 0 | 1001101 | 11001 | 1000101 | 111111 | 101110 |
Color Harmonies of #AABF2B
Complementary color
Monochromatic Colors of #AABF2B
Black with #AABF2B
Text Example
Text Example
White with #AABF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABF2B; }
p { color: rgb(170,191,43); }
H1.HeaderClassName
{
color: #AABF2B;
}
.AnyTagClassName
{
color: #AABF2B;
}
</style>
background-color css
<style>
a { background-color: #AABF2B; }
a { background-color: rgb(170,191,43); }
div.DivClassName
{
background-color: #AABF2B;
}
.BgClassName
{
background-color: #AABF2B;
}
</style>
border-color css
<style>
span { border-color: #AABF2B; }
span { border-color: rgb(170,191,43); }
td.TdClassName
{
border-color: #AABF2B;
}
.TagClassName
{
border-color: #AABF2B;
}
</style>