Shades of Bahia #A6B21D
Tints of Bahia #A6B21D
RGB
CMYK
RGB Variations
Color information
#A6B21D (or 0xA6B21D) is known color: Bahia. HEX triplet: A6, B2 and 1D. RGB value is (166,178,29). Sum of RGB (Red+Green+Blue) = 166+178+29=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B21D is #594DE2. Grayscale: #9E9E9E. Windows color (decimal): -5852643 or 1946278. OLE color: 1946278.
HSL color Cylindrical-coordinate representation of color #A6B21D: hue angle of 64.83º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6B21D is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 29 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.30 |
| HSL | 64.83º | 0.72% | 0.41% | - |
| HSV(B) | 64.83º | 0.84% | 0.7% | - |
| XYZ | 31.87 | 40.04 | 7.21 | - |
| YUV | 157.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 29 | 0.07 | 0 | 0.84 | 0.30 | 64.83 | 0.72 | 0.41 |
| Hex | A6 | B2 | 1D | 7 | 0 | 54 | 1E | 41 | 48 | 29 |
| Octal | 246 | 262 | 35 | 7 | 0 | 124 | 36 | 101 | 110 | 51 |
| Binary | 10100110 | 10110010 | 11101 | 111 | 0 | 1010100 | 11110 | 1000001 | 1001000 | 101001 |
Color Harmonies of #A6B21D
Complementary color
Monochromatic Colors of #A6B21D
Black with #A6B21D
Text Example
Text Example
White with #A6B21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B21D; }
p { color: rgb(166,178,29); }
H1.HeaderClassName
{
color: #A6B21D;
}
.AnyTagClassName
{
color: #A6B21D;
}
</style>
background-color css
<style>
a { background-color: #A6B21D; }
a { background-color: rgb(166,178,29); }
div.DivClassName
{
background-color: #A6B21D;
}
.BgClassName
{
background-color: #A6B21D;
}
</style>
border-color css
<style>
span { border-color: #A6B21D; }
span { border-color: rgb(166,178,29); }
td.TdClassName
{
border-color: #A6B21D;
}
.TagClassName
{
border-color: #A6B21D;
}
</style>