Shades of Bahia #A6B417
Tints of Bahia #A6B417
RGB
CMYK
RGB Variations
Color information
#A6B417 (or 0xA6B417) is known color: Bahia. HEX triplet: A6, B4 and 17. RGB value is (166,180,23). Sum of RGB (Red+Green+Blue) = 166+180+23=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B417 is #594BE8. Grayscale: #9E9E9E. Windows color (decimal): -5852137 or 1553574. OLE color: 1553574.
HSL color Cylindrical-coordinate representation of color #A6B417: hue angle of 65.35º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6B417 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 23 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.29 |
| HSL | 65.35º | 0.77% | 0.4% | - |
| HSV(B) | 65.35º | 0.87% | 0.71% | - |
| XYZ | 32.2 | 40.81 | 6.99 | - |
| YUV | 157.92 | 51.86 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 23 | 0.08 | 0 | 0.87 | 0.29 | 65.35 | 0.77 | 0.4 |
| Hex | A6 | B4 | 17 | 8 | 0 | 57 | 1D | 41 | 4D | 28 |
| Octal | 246 | 264 | 27 | 10 | 0 | 127 | 35 | 101 | 115 | 50 |
| Binary | 10100110 | 10110100 | 10111 | 1000 | 0 | 1010111 | 11101 | 1000001 | 1001101 | 101000 |
Color Harmonies of #A6B417
Complementary color
Monochromatic Colors of #A6B417
Black with #A6B417
Text Example
Text Example
White with #A6B417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B417; }
p { color: rgb(166,180,23); }
H1.HeaderClassName
{
color: #A6B417;
}
.AnyTagClassName
{
color: #A6B417;
}
</style>
background-color css
<style>
a { background-color: #A6B417; }
a { background-color: rgb(166,180,23); }
div.DivClassName
{
background-color: #A6B417;
}
.BgClassName
{
background-color: #A6B417;
}
</style>
border-color css
<style>
span { border-color: #A6B417; }
span { border-color: rgb(166,180,23); }
td.TdClassName
{
border-color: #A6B417;
}
.TagClassName
{
border-color: #A6B417;
}
</style>