Shades of Bahia #A6AD1E
Tints of Bahia #A6AD1E
RGB
CMYK
RGB Variations
Color information
#A6AD1E (or 0xA6AD1E) is known color: Bahia. HEX triplet: A6, AD and 1E. RGB value is (166,173,30). Sum of RGB (Red+Green+Blue) = 166+173+30=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AD1E is #5952E1. Grayscale: #9B9B9B. Windows color (decimal): -5853922 or 2010534. OLE color: 2010534.
HSL color Cylindrical-coordinate representation of color #A6AD1E: hue angle of 62.94º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6AD1E is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 30 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.32 |
| HSL | 62.94º | 0.7% | 0.4% | - |
| HSV(B) | 62.94º | 0.83% | 0.68% | - |
| XYZ | 30.9 | 38.09 | 6.95 | - |
| YUV | 154.61 | 57.68 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 30 | 0.04 | 0 | 0.83 | 0.32 | 62.94 | 0.7 | 0.4 |
| Hex | A6 | AD | 1E | 4 | 0 | 53 | 20 | 3F | 46 | 28 |
| Octal | 246 | 255 | 36 | 4 | 0 | 123 | 40 | 77 | 106 | 50 |
| Binary | 10100110 | 10101101 | 11110 | 100 | 0 | 1010011 | 100000 | 111111 | 1000110 | 101000 |
Color Harmonies of #A6AD1E
Complementary color
Monochromatic Colors of #A6AD1E
Black with #A6AD1E
Text Example
Text Example
White with #A6AD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD1E; }
p { color: rgb(166,173,30); }
H1.HeaderClassName
{
color: #A6AD1E;
}
.AnyTagClassName
{
color: #A6AD1E;
}
</style>
background-color css
<style>
a { background-color: #A6AD1E; }
a { background-color: rgb(166,173,30); }
div.DivClassName
{
background-color: #A6AD1E;
}
.BgClassName
{
background-color: #A6AD1E;
}
</style>
border-color css
<style>
span { border-color: #A6AD1E; }
span { border-color: rgb(166,173,30); }
td.TdClassName
{
border-color: #A6AD1E;
}
.TagClassName
{
border-color: #A6AD1E;
}
</style>