Shades of Bahia #A6B92C
Tints of Bahia #A6B92C
RGB
CMYK
RGB Variations
Color information
#A6B92C (or 0xA6B92C) is known color: Bahia. HEX triplet: A6, B9 and 2C. RGB value is (166,185,44). Sum of RGB (Red+Green+Blue) = 166+185+44=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B92C is #5946D3. Grayscale: #A3A3A3. Windows color (decimal): -5850836 or 2931110. OLE color: 2931110.
HSL color Cylindrical-coordinate representation of color #A6B92C: hue angle of 68.09º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6B92C is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 44 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.27 |
| HSL | 68.09º | 0.62% | 0.45% | - |
| HSV(B) | 68.09º | 0.76% | 0.73% | - |
| XYZ | 33.53 | 42.99 | 8.91 | - |
| YUV | 163.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 44 | 0.10 | 0 | 0.76 | 0.27 | 68.09 | 0.62 | 0.45 |
| Hex | A6 | B9 | 2C | A | 0 | 4C | 1B | 44 | 3E | 2D |
| Octal | 246 | 271 | 54 | 12 | 0 | 114 | 33 | 104 | 76 | 55 |
| Binary | 10100110 | 10111001 | 101100 | 1010 | 0 | 1001100 | 11011 | 1000100 | 111110 | 101101 |
Color Harmonies of #A6B92C
Complementary color
Monochromatic Colors of #A6B92C
Black with #A6B92C
Text Example
Text Example
White with #A6B92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B92C; }
p { color: rgb(166,185,44); }
H1.HeaderClassName
{
color: #A6B92C;
}
.AnyTagClassName
{
color: #A6B92C;
}
</style>
background-color css
<style>
a { background-color: #A6B92C; }
a { background-color: rgb(166,185,44); }
div.DivClassName
{
background-color: #A6B92C;
}
.BgClassName
{
background-color: #A6B92C;
}
</style>
border-color css
<style>
span { border-color: #A6B92C; }
span { border-color: rgb(166,185,44); }
td.TdClassName
{
border-color: #A6B92C;
}
.TagClassName
{
border-color: #A6B92C;
}
</style>