Shades of Bahia #A6BE13
Tints of Bahia #A6BE13
RGB
CMYK
RGB Variations
Color information
#A6BE13 (or 0xA6BE13) is known color: Bahia. HEX triplet: A6, BE and 13. RGB value is (166,190,19). Sum of RGB (Red+Green+Blue) = 166+190+19=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BE13 is #5941EC. Grayscale: #A3A3A3. Windows color (decimal): -5849581 or 1293990. OLE color: 1293990.
HSL color Cylindrical-coordinate representation of color #A6BE13: hue angle of 68.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6BE13 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 19 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.25 |
| HSL | 68.42º | 0.82% | 0.41% | - |
| HSV(B) | 68.42º | 0.9% | 0.75% | - |
| XYZ | 34.26 | 44.98 | 7.49 | - |
| YUV | 163.33 | 46.55 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 19 | 0.13 | 0 | 0.90 | 0.25 | 68.42 | 0.82 | 0.41 |
| Hex | A6 | BE | 13 | D | 0 | 5A | 19 | 44 | 52 | 29 |
| Octal | 246 | 276 | 23 | 15 | 0 | 132 | 31 | 104 | 122 | 51 |
| Binary | 10100110 | 10111110 | 10011 | 1101 | 0 | 1011010 | 11001 | 1000100 | 1010010 | 101001 |
Color Harmonies of #A6BE13
Complementary color
Monochromatic Colors of #A6BE13
Black with #A6BE13
Text Example
Text Example
White with #A6BE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE13; }
p { color: rgb(166,190,19); }
H1.HeaderClassName
{
color: #A6BE13;
}
.AnyTagClassName
{
color: #A6BE13;
}
</style>
background-color css
<style>
a { background-color: #A6BE13; }
a { background-color: rgb(166,190,19); }
div.DivClassName
{
background-color: #A6BE13;
}
.BgClassName
{
background-color: #A6BE13;
}
</style>
border-color css
<style>
span { border-color: #A6BE13; }
span { border-color: rgb(166,190,19); }
td.TdClassName
{
border-color: #A6BE13;
}
.TagClassName
{
border-color: #A6BE13;
}
</style>