Shades of Bahia #A6B723
Tints of Bahia #A6B723
RGB
CMYK
RGB Variations
Color information
#A6B723 (or 0xA6B723) is known color: Bahia. HEX triplet: A6, B7 and 23. RGB value is (166,183,35). Sum of RGB (Red+Green+Blue) = 166+183+35=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B723 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B723 is #5948DC. Grayscale: #A1A1A1. Windows color (decimal): -5851357 or 2340774. OLE color: 2340774.
HSL color Cylindrical-coordinate representation of color #A6B723: hue angle of 66.89º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6B723 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 35 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.28 |
| HSL | 66.89º | 0.68% | 0.43% | - |
| HSV(B) | 66.89º | 0.81% | 0.72% | - |
| XYZ | 32.96 | 42.1 | 7.98 | - |
| YUV | 161.05 | 56.87 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 35 | 0.09 | 0 | 0.81 | 0.28 | 66.89 | 0.68 | 0.43 |
| Hex | A6 | B7 | 23 | 9 | 0 | 51 | 1C | 43 | 44 | 2B |
| Octal | 246 | 267 | 43 | 11 | 0 | 121 | 34 | 103 | 104 | 53 |
| Binary | 10100110 | 10110111 | 100011 | 1001 | 0 | 1010001 | 11100 | 1000011 | 1000100 | 101011 |
Color Harmonies of #A6B723
Complementary color
Monochromatic Colors of #A6B723
Black with #A6B723
Text Example
Text Example
White with #A6B723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B723; }
p { color: rgb(166,183,35); }
H1.HeaderClassName
{
color: #A6B723;
}
.AnyTagClassName
{
color: #A6B723;
}
</style>
background-color css
<style>
a { background-color: #A6B723; }
a { background-color: rgb(166,183,35); }
div.DivClassName
{
background-color: #A6B723;
}
.BgClassName
{
background-color: #A6B723;
}
</style>
border-color css
<style>
span { border-color: #A6B723; }
span { border-color: rgb(166,183,35); }
td.TdClassName
{
border-color: #A6B723;
}
.TagClassName
{
border-color: #A6B723;
}
</style>