Shades of Bahia #A6B41C
Tints of Bahia #A6B41C
RGB
CMYK
RGB Variations
Color information
#A6B41C (or 0xA6B41C) is known color: Bahia. HEX triplet: A6, B4 and 1C. RGB value is (166,180,28). Sum of RGB (Red+Green+Blue) = 166+180+28=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B41C is #594BE3. Grayscale: #9F9F9F. Windows color (decimal): -5852132 or 1881254. OLE color: 1881254.
HSL color Cylindrical-coordinate representation of color #A6B41C: hue angle of 65.53º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6B41C is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 28 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.29 |
| HSL | 65.53º | 0.73% | 0.41% | - |
| HSV(B) | 65.53º | 0.84% | 0.71% | - |
| XYZ | 32.26 | 40.83 | 7.28 | - |
| YUV | 158.49 | 54.36 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 28 | 0.08 | 0 | 0.84 | 0.29 | 65.53 | 0.73 | 0.41 |
| Hex | A6 | B4 | 1C | 8 | 0 | 54 | 1D | 42 | 49 | 29 |
| Octal | 246 | 264 | 34 | 10 | 0 | 124 | 35 | 102 | 111 | 51 |
| Binary | 10100110 | 10110100 | 11100 | 1000 | 0 | 1010100 | 11101 | 1000010 | 1001001 | 101001 |
Color Harmonies of #A6B41C
Complementary color
Monochromatic Colors of #A6B41C
Black with #A6B41C
Text Example
Text Example
White with #A6B41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B41C; }
p { color: rgb(166,180,28); }
H1.HeaderClassName
{
color: #A6B41C;
}
.AnyTagClassName
{
color: #A6B41C;
}
</style>
background-color css
<style>
a { background-color: #A6B41C; }
a { background-color: rgb(166,180,28); }
div.DivClassName
{
background-color: #A6B41C;
}
.BgClassName
{
background-color: #A6B41C;
}
</style>
border-color css
<style>
span { border-color: #A6B41C; }
span { border-color: rgb(166,180,28); }
td.TdClassName
{
border-color: #A6B41C;
}
.TagClassName
{
border-color: #A6B41C;
}
</style>