Shades of Bahia #A6C01F
Tints of Bahia #A6C01F
RGB
CMYK
RGB Variations
Color information
#A6C01F (or 0xA6C01F) is known color: Bahia. HEX triplet: A6, C0 and 1F. RGB value is (166,192,31). Sum of RGB (Red+Green+Blue) = 166+192+31=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C01F is #593FE0. Grayscale: #A6A6A6. Windows color (decimal): -5849057 or 2080934. OLE color: 2080934.
HSL color Cylindrical-coordinate representation of color #A6C01F: hue angle of 69.69º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6C01F is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 31 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.25 |
| HSL | 69.69º | 0.72% | 0.44% | - |
| HSV(B) | 69.69º | 0.84% | 0.75% | - |
| XYZ | 34.82 | 45.91 | 8.32 | - |
| YUV | 165.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 31 | 0.14 | 0 | 0.84 | 0.25 | 69.69 | 0.72 | 0.44 |
| Hex | A6 | C0 | 1F | E | 0 | 54 | 19 | 46 | 48 | 2C |
| Octal | 246 | 300 | 37 | 16 | 0 | 124 | 31 | 106 | 110 | 54 |
| Binary | 10100110 | 11000000 | 11111 | 1110 | 0 | 1010100 | 11001 | 1000110 | 1001000 | 101100 |
Color Harmonies of #A6C01F
Complementary color
Monochromatic Colors of #A6C01F
Black with #A6C01F
Text Example
Text Example
White with #A6C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C01F; }
p { color: rgb(166,192,31); }
H1.HeaderClassName
{
color: #A6C01F;
}
.AnyTagClassName
{
color: #A6C01F;
}
</style>
background-color css
<style>
a { background-color: #A6C01F; }
a { background-color: rgb(166,192,31); }
div.DivClassName
{
background-color: #A6C01F;
}
.BgClassName
{
background-color: #A6C01F;
}
</style>
border-color css
<style>
span { border-color: #A6C01F; }
span { border-color: rgb(166,192,31); }
td.TdClassName
{
border-color: #A6C01F;
}
.TagClassName
{
border-color: #A6C01F;
}
</style>