Shades of Bahia #A6B229
Tints of Bahia #A6B229
RGB
CMYK
RGB Variations
Color information
#A6B229 (or 0xA6B229) is known color: Bahia. HEX triplet: A6, B2 and 29. RGB value is (166,178,41). Sum of RGB (Red+Green+Blue) = 166+178+41=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B229 is #594DD6. Grayscale: #9F9F9F. Windows color (decimal): -5852631 or 2732710. OLE color: 2732710.
HSL color Cylindrical-coordinate representation of color #A6B229: hue angle of 65.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6B229 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 41 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.30 |
| HSL | 65.26º | 0.63% | 0.43% | - |
| HSV(B) | 65.26º | 0.77% | 0.7% | - |
| XYZ | 32.05 | 40.11 | 8.15 | - |
| YUV | 158.79 | 61.52 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 41 | 0.07 | 0 | 0.77 | 0.30 | 65.26 | 0.63 | 0.43 |
| Hex | A6 | B2 | 29 | 7 | 0 | 4D | 1E | 41 | 3F | 2B |
| Octal | 246 | 262 | 51 | 7 | 0 | 115 | 36 | 101 | 77 | 53 |
| Binary | 10100110 | 10110010 | 101001 | 111 | 0 | 1001101 | 11110 | 1000001 | 111111 | 101011 |
Color Harmonies of #A6B229
Complementary color
Monochromatic Colors of #A6B229
Black with #A6B229
Text Example
Text Example
White with #A6B229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B229; }
p { color: rgb(166,178,41); }
H1.HeaderClassName
{
color: #A6B229;
}
.AnyTagClassName
{
color: #A6B229;
}
</style>
background-color css
<style>
a { background-color: #A6B229; }
a { background-color: rgb(166,178,41); }
div.DivClassName
{
background-color: #A6B229;
}
.BgClassName
{
background-color: #A6B229;
}
</style>
border-color css
<style>
span { border-color: #A6B229; }
span { border-color: rgb(166,178,41); }
td.TdClassName
{
border-color: #A6B229;
}
.TagClassName
{
border-color: #A6B229;
}
</style>