Shades of Bahia #A6B92A
Tints of Bahia #A6B92A
RGB
CMYK
RGB Variations
Color information
#A6B92A (or 0xA6B92A) is known color: Bahia. HEX triplet: A6, B9 and 2A. RGB value is (166,185,42). Sum of RGB (Red+Green+Blue) = 166+185+42=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B92A is #5946D5. Grayscale: #A3A3A3. Windows color (decimal): -5850838 or 2800038. OLE color: 2800038.
HSL color Cylindrical-coordinate representation of color #A6B92A: hue angle of 67.97º degrees, saturation: 0.63, 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 #A6B92A is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 42 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.27 |
| HSL | 67.97º | 0.63% | 0.45% | - |
| HSV(B) | 67.97º | 0.77% | 0.73% | - |
| XYZ | 33.49 | 42.97 | 8.72 | - |
| YUV | 163.02 | 59.71 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 42 | 0.10 | 0 | 0.77 | 0.27 | 67.97 | 0.63 | 0.45 |
| Hex | A6 | B9 | 2A | A | 0 | 4D | 1B | 44 | 3F | 2D |
| Octal | 246 | 271 | 52 | 12 | 0 | 115 | 33 | 104 | 77 | 55 |
| Binary | 10100110 | 10111001 | 101010 | 1010 | 0 | 1001101 | 11011 | 1000100 | 111111 | 101101 |
Color Harmonies of #A6B92A
Complementary color
Monochromatic Colors of #A6B92A
Black with #A6B92A
Text Example
Text Example
White with #A6B92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B92A; }
p { color: rgb(166,185,42); }
H1.HeaderClassName
{
color: #A6B92A;
}
.AnyTagClassName
{
color: #A6B92A;
}
</style>
background-color css
<style>
a { background-color: #A6B92A; }
a { background-color: rgb(166,185,42); }
div.DivClassName
{
background-color: #A6B92A;
}
.BgClassName
{
background-color: #A6B92A;
}
</style>
border-color css
<style>
span { border-color: #A6B92A; }
span { border-color: rgb(166,185,42); }
td.TdClassName
{
border-color: #A6B92A;
}
.TagClassName
{
border-color: #A6B92A;
}
</style>