Shades of Bahia #A6B615
Tints of Bahia #A6B615
RGB
CMYK
RGB Variations
Color information
#A6B615 (or 0xA6B615) is known color: Bahia. HEX triplet: A6, B6 and 15. RGB value is (166,182,21). Sum of RGB (Red+Green+Blue) = 166+182+21=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B615 is #5949EA. Grayscale: #9F9F9F. Windows color (decimal): -5851627 or 1423014. OLE color: 1423014.
HSL color Cylindrical-coordinate representation of color #A6B615: hue angle of 65.96º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6B615 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 182 | 21 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.29 |
| HSL | 65.96º | 0.79% | 0.4% | - |
| HSV(B) | 65.96º | 0.88% | 0.71% | - |
| XYZ | 32.59 | 41.62 | 7.02 | - |
| YUV | 158.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 182 | 21 | 0.09 | 0 | 0.88 | 0.29 | 65.96 | 0.79 | 0.4 |
| Hex | A6 | B6 | 15 | 9 | 0 | 58 | 1D | 42 | 4F | 28 |
| Octal | 246 | 266 | 25 | 11 | 0 | 130 | 35 | 102 | 117 | 50 |
| Binary | 10100110 | 10110110 | 10101 | 1001 | 0 | 1011000 | 11101 | 1000010 | 1001111 | 101000 |
Color Harmonies of #A6B615
Complementary color
Monochromatic Colors of #A6B615
Black with #A6B615
Text Example
Text Example
White with #A6B615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B615; }
p { color: rgb(166,182,21); }
H1.HeaderClassName
{
color: #A6B615;
}
.AnyTagClassName
{
color: #A6B615;
}
</style>
background-color css
<style>
a { background-color: #A6B615; }
a { background-color: rgb(166,182,21); }
div.DivClassName
{
background-color: #A6B615;
}
.BgClassName
{
background-color: #A6B615;
}
</style>
border-color css
<style>
span { border-color: #A6B615; }
span { border-color: rgb(166,182,21); }
td.TdClassName
{
border-color: #A6B615;
}
.TagClassName
{
border-color: #A6B615;
}
</style>