Shades of Bahia #A6BF2B
Tints of Bahia #A6BF2B
RGB
CMYK
RGB Variations
Color information
#A6BF2B (or 0xA6BF2B) is known color: Bahia. HEX triplet: A6, BF and 2B. RGB value is (166,191,43). Sum of RGB (Red+Green+Blue) = 166+191+43=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BF2B is #5940D4. Grayscale: #A7A7A7. Windows color (decimal): -5849301 or 2867110. OLE color: 2867110.
HSL color Cylindrical-coordinate representation of color #A6BF2B: hue angle of 70.14º 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 #A6BF2B is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 43 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.25 |
| HSL | 70.14º | 0.63% | 0.46% | - |
| HSV(B) | 70.14º | 0.77% | 0.75% | - |
| XYZ | 34.79 | 45.54 | 9.24 | - |
| YUV | 166.65 | 58.22 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 43 | 0.13 | 0 | 0.77 | 0.25 | 70.14 | 0.63 | 0.46 |
| Hex | A6 | BF | 2B | D | 0 | 4D | 19 | 46 | 3F | 2E |
| Octal | 246 | 277 | 53 | 15 | 0 | 115 | 31 | 106 | 77 | 56 |
| Binary | 10100110 | 10111111 | 101011 | 1101 | 0 | 1001101 | 11001 | 1000110 | 111111 | 101110 |
Color Harmonies of #A6BF2B
Complementary color
Monochromatic Colors of #A6BF2B
Black with #A6BF2B
Text Example
Text Example
White with #A6BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BF2B; }
p { color: rgb(166,191,43); }
H1.HeaderClassName
{
color: #A6BF2B;
}
.AnyTagClassName
{
color: #A6BF2B;
}
</style>
background-color css
<style>
a { background-color: #A6BF2B; }
a { background-color: rgb(166,191,43); }
div.DivClassName
{
background-color: #A6BF2B;
}
.BgClassName
{
background-color: #A6BF2B;
}
</style>
border-color css
<style>
span { border-color: #A6BF2B; }
span { border-color: rgb(166,191,43); }
td.TdClassName
{
border-color: #A6BF2B;
}
.TagClassName
{
border-color: #A6BF2B;
}
</style>