Shades of Bahia #A6B433
Tints of Bahia #A6B433
RGB
CMYK
RGB Variations
Color information
#A6B433 (or 0xA6B433) is known color: Bahia. HEX triplet: A6, B4 and 33. RGB value is (166,180,51). Sum of RGB (Red+Green+Blue) = 166+180+51=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B433 is #594BCC. Grayscale: #A1A1A1. Windows color (decimal): -5852109 or 3388582. OLE color: 3388582.
HSL color Cylindrical-coordinate representation of color #A6B433: hue angle of 66.51º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6B433 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 51 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.29 |
| HSL | 66.51º | 0.56% | 0.45% | - |
| HSV(B) | 66.51º | 0.72% | 0.71% | - |
| XYZ | 32.64 | 40.99 | 9.32 | - |
| YUV | 161.11 | 65.86 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 51 | 0.08 | 0 | 0.72 | 0.29 | 66.51 | 0.56 | 0.45 |
| Hex | A6 | B4 | 33 | 8 | 0 | 48 | 1D | 43 | 38 | 2D |
| Octal | 246 | 264 | 63 | 10 | 0 | 110 | 35 | 103 | 70 | 55 |
| Binary | 10100110 | 10110100 | 110011 | 1000 | 0 | 1001000 | 11101 | 1000011 | 111000 | 101101 |
Color Harmonies of #A6B433
Complementary color
Monochromatic Colors of #A6B433
Black with #A6B433
Text Example
Text Example
White with #A6B433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B433; }
p { color: rgb(166,180,51); }
H1.HeaderClassName
{
color: #A6B433;
}
.AnyTagClassName
{
color: #A6B433;
}
</style>
background-color css
<style>
a { background-color: #A6B433; }
a { background-color: rgb(166,180,51); }
div.DivClassName
{
background-color: #A6B433;
}
.BgClassName
{
background-color: #A6B433;
}
</style>
border-color css
<style>
span { border-color: #A6B433; }
span { border-color: rgb(166,180,51); }
td.TdClassName
{
border-color: #A6B433;
}
.TagClassName
{
border-color: #A6B433;
}
</style>