Shades of Bahia #A6B328
Tints of Bahia #A6B328
RGB
CMYK
RGB Variations
Color information
#A6B328 (or 0xA6B328) is known color: Bahia. HEX triplet: A6, B3 and 28. RGB value is (166,179,40). Sum of RGB (Red+Green+Blue) = 166+179+40=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B328 is #594CD7. Grayscale: #9F9F9F. Windows color (decimal): -5852376 or 2667430. OLE color: 2667430.
HSL color Cylindrical-coordinate representation of color #A6B328: hue angle of 65.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6B328 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 40 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.30 |
| HSL | 65.61º | 0.63% | 0.43% | - |
| HSV(B) | 65.61º | 0.78% | 0.7% | - |
| XYZ | 32.23 | 40.5 | 8.13 | - |
| YUV | 159.27 | 60.69 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 40 | 0.07 | 0 | 0.78 | 0.30 | 65.61 | 0.63 | 0.43 |
| Hex | A6 | B3 | 28 | 7 | 0 | 4E | 1E | 42 | 3F | 2B |
| Octal | 246 | 263 | 50 | 7 | 0 | 116 | 36 | 102 | 77 | 53 |
| Binary | 10100110 | 10110011 | 101000 | 111 | 0 | 1001110 | 11110 | 1000010 | 111111 | 101011 |
Color Harmonies of #A6B328
Complementary color
Monochromatic Colors of #A6B328
Black with #A6B328
Text Example
Text Example
White with #A6B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B328; }
p { color: rgb(166,179,40); }
H1.HeaderClassName
{
color: #A6B328;
}
.AnyTagClassName
{
color: #A6B328;
}
</style>
background-color css
<style>
a { background-color: #A6B328; }
a { background-color: rgb(166,179,40); }
div.DivClassName
{
background-color: #A6B328;
}
.BgClassName
{
background-color: #A6B328;
}
</style>
border-color css
<style>
span { border-color: #A6B328; }
span { border-color: rgb(166,179,40); }
td.TdClassName
{
border-color: #A6B328;
}
.TagClassName
{
border-color: #A6B328;
}
</style>