Shades of Bahia #A6BE1E
Tints of Bahia #A6BE1E
RGB
CMYK
RGB Variations
Color information
#A6BE1E (or 0xA6BE1E) is known color: Bahia. HEX triplet: A6, BE and 1E. RGB value is (166,190,30). Sum of RGB (Red+Green+Blue) = 166+190+30=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BE1E is #5941E1. Grayscale: #A5A5A5. Windows color (decimal): -5849570 or 2014886. OLE color: 2014886.
HSL color Cylindrical-coordinate representation of color #A6BE1E: hue angle of 69º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6BE1E is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 30 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.25 |
| HSL | 69º | 0.73% | 0.43% | - |
| HSV(B) | 69º | 0.84% | 0.75% | - |
| XYZ | 34.37 | 45.03 | 8.11 | - |
| YUV | 164.58 | 52.05 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 30 | 0.13 | 0 | 0.84 | 0.25 | 69 | 0.73 | 0.43 |
| Hex | A6 | BE | 1E | D | 0 | 54 | 19 | 45 | 49 | 2B |
| Octal | 246 | 276 | 36 | 15 | 0 | 124 | 31 | 105 | 111 | 53 |
| Binary | 10100110 | 10111110 | 11110 | 1101 | 0 | 1010100 | 11001 | 1000101 | 1001001 | 101011 |
Color Harmonies of #A6BE1E
Complementary color
Monochromatic Colors of #A6BE1E
Black with #A6BE1E
Text Example
Text Example
White with #A6BE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE1E; }
p { color: rgb(166,190,30); }
H1.HeaderClassName
{
color: #A6BE1E;
}
.AnyTagClassName
{
color: #A6BE1E;
}
</style>
background-color css
<style>
a { background-color: #A6BE1E; }
a { background-color: rgb(166,190,30); }
div.DivClassName
{
background-color: #A6BE1E;
}
.BgClassName
{
background-color: #A6BE1E;
}
</style>
border-color css
<style>
span { border-color: #A6BE1E; }
span { border-color: rgb(166,190,30); }
td.TdClassName
{
border-color: #A6BE1E;
}
.TagClassName
{
border-color: #A6BE1E;
}
</style>