Shades of Bahia #AABF2D
Tints of Bahia #AABF2D
RGB
CMYK
RGB Variations
Color information
#AABF2D (or 0xAABF2D) is known color: Bahia. HEX triplet: AA, BF and 2D. RGB value is (170,191,45). Sum of RGB (Red+Green+Blue) = 170+191+45=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF2D is #5540D2. Grayscale: #A8A8A8. Windows color (decimal): -5587155 or 2998186. OLE color: 2998186.
HSL color Cylindrical-coordinate representation of color #AABF2D: hue angle of 68.63º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AABF2D is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 45 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.25 |
| HSL | 68.63º | 0.62% | 0.46% | - |
| HSV(B) | 68.63º | 0.76% | 0.75% | - |
| XYZ | 35.68 | 46 | 9.48 | - |
| YUV | 168.08 | 58.54 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 45 | 0.11 | 0 | 0.76 | 0.25 | 68.63 | 0.62 | 0.46 |
| Hex | AA | BF | 2D | B | 0 | 4C | 19 | 45 | 3E | 2E |
| Octal | 252 | 277 | 55 | 13 | 0 | 114 | 31 | 105 | 76 | 56 |
| Binary | 10101010 | 10111111 | 101101 | 1011 | 0 | 1001100 | 11001 | 1000101 | 111110 | 101110 |
Color Harmonies of #AABF2D
Complementary color
Monochromatic Colors of #AABF2D
Black with #AABF2D
Text Example
Text Example
White with #AABF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABF2D; }
p { color: rgb(170,191,45); }
H1.HeaderClassName
{
color: #AABF2D;
}
.AnyTagClassName
{
color: #AABF2D;
}
</style>
background-color css
<style>
a { background-color: #AABF2D; }
a { background-color: rgb(170,191,45); }
div.DivClassName
{
background-color: #AABF2D;
}
.BgClassName
{
background-color: #AABF2D;
}
</style>
border-color css
<style>
span { border-color: #AABF2D; }
span { border-color: rgb(170,191,45); }
td.TdClassName
{
border-color: #AABF2D;
}
.TagClassName
{
border-color: #AABF2D;
}
</style>