Shades of Bahia #A6B233
Tints of Bahia #A6B233
RGB
CMYK
RGB Variations
Color information
#A6B233 (or 0xA6B233) is known color: Bahia. HEX triplet: A6, B2 and 33. RGB value is (166,178,51). Sum of RGB (Red+Green+Blue) = 166+178+51=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B233 is #594DCC. Grayscale: #A0A0A0. Windows color (decimal): -5852621 or 3388070. OLE color: 3388070.
HSL color Cylindrical-coordinate representation of color #A6B233: hue angle of 65.67º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6B233 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 51 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.30 |
| HSL | 65.67º | 0.55% | 0.45% | - |
| HSV(B) | 65.67º | 0.71% | 0.7% | - |
| XYZ | 32.24 | 40.19 | 9.19 | - |
| YUV | 159.93 | 66.52 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 51 | 0.07 | 0 | 0.71 | 0.30 | 65.67 | 0.55 | 0.45 |
| Hex | A6 | B2 | 33 | 7 | 0 | 47 | 1E | 42 | 37 | 2D |
| Octal | 246 | 262 | 63 | 7 | 0 | 107 | 36 | 102 | 67 | 55 |
| Binary | 10100110 | 10110010 | 110011 | 111 | 0 | 1000111 | 11110 | 1000010 | 110111 | 101101 |
Color Harmonies of #A6B233
Complementary color
Monochromatic Colors of #A6B233
Black with #A6B233
Text Example
Text Example
White with #A6B233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B233; }
p { color: rgb(166,178,51); }
H1.HeaderClassName
{
color: #A6B233;
}
.AnyTagClassName
{
color: #A6B233;
}
</style>
background-color css
<style>
a { background-color: #A6B233; }
a { background-color: rgb(166,178,51); }
div.DivClassName
{
background-color: #A6B233;
}
.BgClassName
{
background-color: #A6B233;
}
</style>
border-color css
<style>
span { border-color: #A6B233; }
span { border-color: rgb(166,178,51); }
td.TdClassName
{
border-color: #A6B233;
}
.TagClassName
{
border-color: #A6B233;
}
</style>