Shades of Bahia #AABF29
Tints of Bahia #AABF29
RGB
CMYK
RGB Variations
Color information
#AABF29 (or 0xAABF29) is known color: Bahia. HEX triplet: AA, BF and 29. RGB value is (170,191,41). Sum of RGB (Red+Green+Blue) = 170+191+41=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF29 is #5540D6. Grayscale: #A8A8A8. Windows color (decimal): -5587159 or 2736042. OLE color: 2736042.
HSL color Cylindrical-coordinate representation of color #AABF29: hue angle of 68.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AABF29 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 41 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.25 |
| HSL | 68.4º | 0.65% | 0.45% | - |
| HSV(B) | 68.4º | 0.79% | 0.75% | - |
| XYZ | 35.61 | 45.97 | 9.09 | - |
| YUV | 167.62 | 56.54 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 41 | 0.11 | 0 | 0.79 | 0.25 | 68.4 | 0.65 | 0.45 |
| Hex | AA | BF | 29 | B | 0 | 4F | 19 | 44 | 41 | 2D |
| Octal | 252 | 277 | 51 | 13 | 0 | 117 | 31 | 104 | 101 | 55 |
| Binary | 10101010 | 10111111 | 101001 | 1011 | 0 | 1001111 | 11001 | 1000100 | 1000001 | 101101 |
Color Harmonies of #AABF29
Complementary color
Monochromatic Colors of #AABF29
Black with #AABF29
Text Example
Text Example
White with #AABF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABF29; }
p { color: rgb(170,191,41); }
H1.HeaderClassName
{
color: #AABF29;
}
.AnyTagClassName
{
color: #AABF29;
}
</style>
background-color css
<style>
a { background-color: #AABF29; }
a { background-color: rgb(170,191,41); }
div.DivClassName
{
background-color: #AABF29;
}
.BgClassName
{
background-color: #AABF29;
}
</style>
border-color css
<style>
span { border-color: #AABF29; }
span { border-color: rgb(170,191,41); }
td.TdClassName
{
border-color: #AABF29;
}
.TagClassName
{
border-color: #AABF29;
}
</style>