Shades of Bahia #A6B31B
Tints of Bahia #A6B31B
RGB
CMYK
RGB Variations
Color information
#A6B31B (or 0xA6B31B) is known color: Bahia. HEX triplet: A6, B3 and 1B. RGB value is (166,179,27). Sum of RGB (Red+Green+Blue) = 166+179+27=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B31B is #594CE4. Grayscale: #9E9E9E. Windows color (decimal): -5852389 or 1815462. OLE color: 1815462.
HSL color Cylindrical-coordinate representation of color #A6B31B: hue angle of 65.13º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6B31B is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 27 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.30 |
| HSL | 65.13º | 0.74% | 0.4% | - |
| HSV(B) | 65.13º | 0.85% | 0.7% | - |
| XYZ | 32.04 | 40.43 | 7.15 | - |
| YUV | 157.79 | 54.19 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 27 | 0.07 | 0 | 0.85 | 0.30 | 65.13 | 0.74 | 0.4 |
| Hex | A6 | B3 | 1B | 7 | 0 | 55 | 1E | 41 | 4A | 28 |
| Octal | 246 | 263 | 33 | 7 | 0 | 125 | 36 | 101 | 112 | 50 |
| Binary | 10100110 | 10110011 | 11011 | 111 | 0 | 1010101 | 11110 | 1000001 | 1001010 | 101000 |
Color Harmonies of #A6B31B
Complementary color
Monochromatic Colors of #A6B31B
Black with #A6B31B
Text Example
Text Example
White with #A6B31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B31B; }
p { color: rgb(166,179,27); }
H1.HeaderClassName
{
color: #A6B31B;
}
.AnyTagClassName
{
color: #A6B31B;
}
</style>
background-color css
<style>
a { background-color: #A6B31B; }
a { background-color: rgb(166,179,27); }
div.DivClassName
{
background-color: #A6B31B;
}
.BgClassName
{
background-color: #A6B31B;
}
</style>
border-color css
<style>
span { border-color: #A6B31B; }
span { border-color: rgb(166,179,27); }
td.TdClassName
{
border-color: #A6B31B;
}
.TagClassName
{
border-color: #A6B31B;
}
</style>