Shades of Bahia #A6BD12
Tints of Bahia #A6BD12
RGB
CMYK
RGB Variations
Color information
#A6BD12 (or 0xA6BD12) is known color: Bahia. HEX triplet: A6, BD and 12. RGB value is (166,189,18). Sum of RGB (Red+Green+Blue) = 166+189+18=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BD12 is #5942ED. Grayscale: #A3A3A3. Windows color (decimal): -5849838 or 1228198. OLE color: 1228198.
HSL color Cylindrical-coordinate representation of color #A6BD12: hue angle of 68.07º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6BD12 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 18 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.26 |
| HSL | 68.07º | 0.83% | 0.41% | - |
| HSV(B) | 68.07º | 0.9% | 0.74% | - |
| XYZ | 34.03 | 44.55 | 7.38 | - |
| YUV | 162.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 18 | 0.12 | 0 | 0.90 | 0.26 | 68.07 | 0.83 | 0.41 |
| Hex | A6 | BD | 12 | C | 0 | 5A | 1A | 44 | 53 | 29 |
| Octal | 246 | 275 | 22 | 14 | 0 | 132 | 32 | 104 | 123 | 51 |
| Binary | 10100110 | 10111101 | 10010 | 1100 | 0 | 1011010 | 11010 | 1000100 | 1010011 | 101001 |
Color Harmonies of #A6BD12
Complementary color
Monochromatic Colors of #A6BD12
Black with #A6BD12
Text Example
Text Example
White with #A6BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD12; }
p { color: rgb(166,189,18); }
H1.HeaderClassName
{
color: #A6BD12;
}
.AnyTagClassName
{
color: #A6BD12;
}
</style>
background-color css
<style>
a { background-color: #A6BD12; }
a { background-color: rgb(166,189,18); }
div.DivClassName
{
background-color: #A6BD12;
}
.BgClassName
{
background-color: #A6BD12;
}
</style>
border-color css
<style>
span { border-color: #A6BD12; }
span { border-color: rgb(166,189,18); }
td.TdClassName
{
border-color: #A6BD12;
}
.TagClassName
{
border-color: #A6BD12;
}
</style>