Shades of Bahia #A6C01B
Tints of Bahia #A6C01B
RGB
CMYK
RGB Variations
Color information
#A6C01B (or 0xA6C01B) is known color: Bahia. HEX triplet: A6, C0 and 1B. RGB value is (166,192,27). Sum of RGB (Red+Green+Blue) = 166+192+27=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C01B is #593FE4. Grayscale: #A6A6A6. Windows color (decimal): -5849061 or 1818790. OLE color: 1818790.
HSL color Cylindrical-coordinate representation of color #A6C01B: hue angle of 69.45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6C01B is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 27 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.25 |
| HSL | 69.45º | 0.75% | 0.43% | - |
| HSV(B) | 69.45º | 0.86% | 0.75% | - |
| XYZ | 34.77 | 45.89 | 8.06 | - |
| YUV | 165.42 | 49.89 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 27 | 0.14 | 0 | 0.86 | 0.25 | 69.45 | 0.75 | 0.43 |
| Hex | A6 | C0 | 1B | E | 0 | 56 | 19 | 45 | 4B | 2B |
| Octal | 246 | 300 | 33 | 16 | 0 | 126 | 31 | 105 | 113 | 53 |
| Binary | 10100110 | 11000000 | 11011 | 1110 | 0 | 1010110 | 11001 | 1000101 | 1001011 | 101011 |
Color Harmonies of #A6C01B
Complementary color
Monochromatic Colors of #A6C01B
Black with #A6C01B
Text Example
Text Example
White with #A6C01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C01B; }
p { color: rgb(166,192,27); }
H1.HeaderClassName
{
color: #A6C01B;
}
.AnyTagClassName
{
color: #A6C01B;
}
</style>
background-color css
<style>
a { background-color: #A6C01B; }
a { background-color: rgb(166,192,27); }
div.DivClassName
{
background-color: #A6C01B;
}
.BgClassName
{
background-color: #A6C01B;
}
</style>
border-color css
<style>
span { border-color: #A6C01B; }
span { border-color: rgb(166,192,27); }
td.TdClassName
{
border-color: #A6C01B;
}
.TagClassName
{
border-color: #A6C01B;
}
</style>