Shades of Bahia #A6C31D
Tints of Bahia #A6C31D
RGB
CMYK
RGB Variations
Color information
#A6C31D (or 0xA6C31D) is known color: Bahia. HEX triplet: A6, C3 and 1D. RGB value is (166,195,29). Sum of RGB (Red+Green+Blue) = 166+195+29=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C31D is #593CE2. Grayscale: #A8A8A8. Windows color (decimal): -5848291 or 1950630. OLE color: 1950630.
HSL color Cylindrical-coordinate representation of color #A6C31D: hue angle of 70.48º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6C31D is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 195 | 29 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.24 |
| HSL | 70.48º | 0.74% | 0.44% | - |
| HSV(B) | 70.48º | 0.85% | 0.76% | - |
| XYZ | 35.46 | 47.23 | 8.41 | - |
| YUV | 167.41 | 49.89 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 195 | 29 | 0.15 | 0 | 0.85 | 0.24 | 70.48 | 0.74 | 0.44 |
| Hex | A6 | C3 | 1D | F | 0 | 55 | 18 | 46 | 4A | 2C |
| Octal | 246 | 303 | 35 | 17 | 0 | 125 | 30 | 106 | 112 | 54 |
| Binary | 10100110 | 11000011 | 11101 | 1111 | 0 | 1010101 | 11000 | 1000110 | 1001010 | 101100 |
Color Harmonies of #A6C31D
Complementary color
Monochromatic Colors of #A6C31D
Black with #A6C31D
Text Example
Text Example
White with #A6C31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C31D; }
p { color: rgb(166,195,29); }
H1.HeaderClassName
{
color: #A6C31D;
}
.AnyTagClassName
{
color: #A6C31D;
}
</style>
background-color css
<style>
a { background-color: #A6C31D; }
a { background-color: rgb(166,195,29); }
div.DivClassName
{
background-color: #A6C31D;
}
.BgClassName
{
background-color: #A6C31D;
}
</style>
border-color css
<style>
span { border-color: #A6C31D; }
span { border-color: rgb(166,195,29); }
td.TdClassName
{
border-color: #A6C31D;
}
.TagClassName
{
border-color: #A6C31D;
}
</style>