Shades of Bahia #A6B01E
Tints of Bahia #A6B01E
RGB
CMYK
RGB Variations
Color information
#A6B01E (or 0xA6B01E) is known color: Bahia. HEX triplet: A6, B0 and 1E. RGB value is (166,176,30). Sum of RGB (Red+Green+Blue) = 166+176+30=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B01E is #594FE1. Grayscale: #9C9C9C. Windows color (decimal): -5853154 or 2011302. OLE color: 2011302.
HSL color Cylindrical-coordinate representation of color #A6B01E: hue angle of 64.11º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6B01E is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 30 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.31 |
| HSL | 64.11º | 0.71% | 0.4% | - |
| HSV(B) | 64.11º | 0.83% | 0.69% | - |
| XYZ | 31.49 | 39.25 | 7.15 | - |
| YUV | 156.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 30 | 0.06 | 0 | 0.83 | 0.31 | 64.11 | 0.71 | 0.4 |
| Hex | A6 | B0 | 1E | 6 | 0 | 53 | 1F | 40 | 47 | 28 |
| Octal | 246 | 260 | 36 | 6 | 0 | 123 | 37 | 100 | 107 | 50 |
| Binary | 10100110 | 10110000 | 11110 | 110 | 0 | 1010011 | 11111 | 1000000 | 1000111 | 101000 |
Color Harmonies of #A6B01E
Complementary color
Monochromatic Colors of #A6B01E
Black with #A6B01E
Text Example
Text Example
White with #A6B01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B01E; }
p { color: rgb(166,176,30); }
H1.HeaderClassName
{
color: #A6B01E;
}
.AnyTagClassName
{
color: #A6B01E;
}
</style>
background-color css
<style>
a { background-color: #A6B01E; }
a { background-color: rgb(166,176,30); }
div.DivClassName
{
background-color: #A6B01E;
}
.BgClassName
{
background-color: #A6B01E;
}
</style>
border-color css
<style>
span { border-color: #A6B01E; }
span { border-color: rgb(166,176,30); }
td.TdClassName
{
border-color: #A6B01E;
}
.TagClassName
{
border-color: #A6B01E;
}
</style>