Shades of Bahia #A6B92B
Tints of Bahia #A6B92B
RGB
CMYK
RGB Variations
Color information
#A6B92B (or 0xA6B92B) is known color: Bahia. HEX triplet: A6, B9 and 2B. RGB value is (166,185,43). Sum of RGB (Red+Green+Blue) = 166+185+43=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B92B is #5946D4. Grayscale: #A3A3A3. Windows color (decimal): -5850837 or 2865574. OLE color: 2865574.
HSL color Cylindrical-coordinate representation of color #A6B92B: hue angle of 68.03º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6B92B is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 43 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.27 |
| HSL | 68.03º | 0.62% | 0.45% | - |
| HSV(B) | 68.03º | 0.77% | 0.73% | - |
| XYZ | 33.51 | 42.98 | 8.82 | - |
| YUV | 163.13 | 60.21 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 43 | 0.10 | 0 | 0.77 | 0.27 | 68.03 | 0.62 | 0.45 |
| Hex | A6 | B9 | 2B | A | 0 | 4D | 1B | 44 | 3E | 2D |
| Octal | 246 | 271 | 53 | 12 | 0 | 115 | 33 | 104 | 76 | 55 |
| Binary | 10100110 | 10111001 | 101011 | 1010 | 0 | 1001101 | 11011 | 1000100 | 111110 | 101101 |
Color Harmonies of #A6B92B
Complementary color
Monochromatic Colors of #A6B92B
Black with #A6B92B
Text Example
Text Example
White with #A6B92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B92B; }
p { color: rgb(166,185,43); }
H1.HeaderClassName
{
color: #A6B92B;
}
.AnyTagClassName
{
color: #A6B92B;
}
</style>
background-color css
<style>
a { background-color: #A6B92B; }
a { background-color: rgb(166,185,43); }
div.DivClassName
{
background-color: #A6B92B;
}
.BgClassName
{
background-color: #A6B92B;
}
</style>
border-color css
<style>
span { border-color: #A6B92B; }
span { border-color: rgb(166,185,43); }
td.TdClassName
{
border-color: #A6B92B;
}
.TagClassName
{
border-color: #A6B92B;
}
</style>