Shades of Bahia #A6B833
Tints of Bahia #A6B833
RGB
CMYK
RGB Variations
Color information
#A6B833 (or 0xA6B833) is known color: Bahia. HEX triplet: A6, B8 and 33. RGB value is (166,184,51). Sum of RGB (Red+Green+Blue) = 166+184+51=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B833 is #5947CC. Grayscale: #A3A3A3. Windows color (decimal): -5851085 or 3389606. OLE color: 3389606.
HSL color Cylindrical-coordinate representation of color #A6B833: hue angle of 68.12º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6B833 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 51 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.28 |
| HSL | 68.12º | 0.57% | 0.46% | - |
| HSV(B) | 68.12º | 0.72% | 0.72% | - |
| XYZ | 33.46 | 42.63 | 9.6 | - |
| YUV | 163.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 51 | 0.10 | 0 | 0.72 | 0.28 | 68.12 | 0.57 | 0.46 |
| Hex | A6 | B8 | 33 | A | 0 | 48 | 1C | 44 | 39 | 2E |
| Octal | 246 | 270 | 63 | 12 | 0 | 110 | 34 | 104 | 71 | 56 |
| Binary | 10100110 | 10111000 | 110011 | 1010 | 0 | 1001000 | 11100 | 1000100 | 111001 | 101110 |
Color Harmonies of #A6B833
Complementary color
Monochromatic Colors of #A6B833
Black with #A6B833
Text Example
Text Example
White with #A6B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B833; }
p { color: rgb(166,184,51); }
H1.HeaderClassName
{
color: #A6B833;
}
.AnyTagClassName
{
color: #A6B833;
}
</style>
background-color css
<style>
a { background-color: #A6B833; }
a { background-color: rgb(166,184,51); }
div.DivClassName
{
background-color: #A6B833;
}
.BgClassName
{
background-color: #A6B833;
}
</style>
border-color css
<style>
span { border-color: #A6B833; }
span { border-color: rgb(166,184,51); }
td.TdClassName
{
border-color: #A6B833;
}
.TagClassName
{
border-color: #A6B833;
}
</style>