Shades of Bahia #A6BB32
Tints of Bahia #A6BB32
RGB
CMYK
RGB Variations
Color information
#A6BB32 (or 0xA6BB32) is known color: Bahia. HEX triplet: A6, BB and 32. RGB value is (166,187,50). Sum of RGB (Red+Green+Blue) = 166+187+50=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BB32 is #5944CD. Grayscale: #A5A5A5. Windows color (decimal): -5850318 or 3324838. OLE color: 3324838.
HSL color Cylindrical-coordinate representation of color #A6BB32: hue angle of 69.2º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6BB32 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 187 | 50 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.27 |
| HSL | 69.2º | 0.58% | 0.46% | - |
| HSV(B) | 69.2º | 0.73% | 0.73% | - |
| XYZ | 34.07 | 43.88 | 9.69 | - |
| YUV | 165.1 | 63.04 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 50 | 0.11 | 0 | 0.73 | 0.27 | 69.2 | 0.58 | 0.46 |
| Hex | A6 | BB | 32 | B | 0 | 49 | 1B | 45 | 3A | 2E |
| Octal | 246 | 273 | 62 | 13 | 0 | 111 | 33 | 105 | 72 | 56 |
| Binary | 10100110 | 10111011 | 110010 | 1011 | 0 | 1001001 | 11011 | 1000101 | 111010 | 101110 |
Color Harmonies of #A6BB32
Complementary color
Monochromatic Colors of #A6BB32
Black with #A6BB32
Text Example
Text Example
White with #A6BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BB32; }
p { color: rgb(166,187,50); }
H1.HeaderClassName
{
color: #A6BB32;
}
.AnyTagClassName
{
color: #A6BB32;
}
</style>
background-color css
<style>
a { background-color: #A6BB32; }
a { background-color: rgb(166,187,50); }
div.DivClassName
{
background-color: #A6BB32;
}
.BgClassName
{
background-color: #A6BB32;
}
</style>
border-color css
<style>
span { border-color: #A6BB32; }
span { border-color: rgb(166,187,50); }
td.TdClassName
{
border-color: #A6BB32;
}
.TagClassName
{
border-color: #A6BB32;
}
</style>