Shades of Bahia #A6BE2F
Tints of Bahia #A6BE2F
RGB
CMYK
RGB Variations
Color information
#A6BE2F (or 0xA6BE2F) is known color: Bahia. HEX triplet: A6, BE and 2F. RGB value is (166,190,47). Sum of RGB (Red+Green+Blue) = 166+190+47=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BE2F is #5941D0. Grayscale: #A7A7A7. Windows color (decimal): -5849553 or 3128998. OLE color: 3128998.
HSL color Cylindrical-coordinate representation of color #A6BE2F: hue angle of 70.07º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6BE2F is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 47 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.25 |
| HSL | 70.07º | 0.6% | 0.46% | - |
| HSV(B) | 70.07º | 0.75% | 0.75% | - |
| XYZ | 34.65 | 45.14 | 9.58 | - |
| YUV | 166.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 47 | 0.13 | 0 | 0.75 | 0.25 | 70.07 | 0.6 | 0.46 |
| Hex | A6 | BE | 2F | D | 0 | 4B | 19 | 46 | 3C | 2E |
| Octal | 246 | 276 | 57 | 15 | 0 | 113 | 31 | 106 | 74 | 56 |
| Binary | 10100110 | 10111110 | 101111 | 1101 | 0 | 1001011 | 11001 | 1000110 | 111100 | 101110 |
Color Harmonies of #A6BE2F
Complementary color
Monochromatic Colors of #A6BE2F
Black with #A6BE2F
Text Example
Text Example
White with #A6BE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE2F; }
p { color: rgb(166,190,47); }
H1.HeaderClassName
{
color: #A6BE2F;
}
.AnyTagClassName
{
color: #A6BE2F;
}
</style>
background-color css
<style>
a { background-color: #A6BE2F; }
a { background-color: rgb(166,190,47); }
div.DivClassName
{
background-color: #A6BE2F;
}
.BgClassName
{
background-color: #A6BE2F;
}
</style>
border-color css
<style>
span { border-color: #A6BE2F; }
span { border-color: rgb(166,190,47); }
td.TdClassName
{
border-color: #A6BE2F;
}
.TagClassName
{
border-color: #A6BE2F;
}
</style>