Shades of Bahia #A6B72D
Tints of Bahia #A6B72D
RGB
CMYK
RGB Variations
Color information
#A6B72D (or 0xA6B72D) is known color: Bahia. HEX triplet: A6, B7 and 2D. RGB value is (166,183,45). Sum of RGB (Red+Green+Blue) = 166+183+45=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B72D is #5948D2. Grayscale: #A2A2A2. Windows color (decimal): -5851347 or 2996134. OLE color: 2996134.
HSL color Cylindrical-coordinate representation of color #A6B72D: hue angle of 67.39º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6B72D is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 45 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.28 |
| HSL | 67.39º | 0.61% | 0.45% | - |
| HSV(B) | 67.39º | 0.75% | 0.72% | - |
| XYZ | 33.13 | 42.16 | 8.87 | - |
| YUV | 162.19 | 61.87 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 45 | 0.09 | 0 | 0.75 | 0.28 | 67.39 | 0.61 | 0.45 |
| Hex | A6 | B7 | 2D | 9 | 0 | 4B | 1C | 43 | 3D | 2D |
| Octal | 246 | 267 | 55 | 11 | 0 | 113 | 34 | 103 | 75 | 55 |
| Binary | 10100110 | 10110111 | 101101 | 1001 | 0 | 1001011 | 11100 | 1000011 | 111101 | 101101 |
Color Harmonies of #A6B72D
Complementary color
Monochromatic Colors of #A6B72D
Black with #A6B72D
Text Example
Text Example
White with #A6B72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B72D; }
p { color: rgb(166,183,45); }
H1.HeaderClassName
{
color: #A6B72D;
}
.AnyTagClassName
{
color: #A6B72D;
}
</style>
background-color css
<style>
a { background-color: #A6B72D; }
a { background-color: rgb(166,183,45); }
div.DivClassName
{
background-color: #A6B72D;
}
.BgClassName
{
background-color: #A6B72D;
}
</style>
border-color css
<style>
span { border-color: #A6B72D; }
span { border-color: rgb(166,183,45); }
td.TdClassName
{
border-color: #A6B72D;
}
.TagClassName
{
border-color: #A6B72D;
}
</style>