Shades of Bahia #A7B72A
Tints of Bahia #A7B72A
RGB
CMYK
RGB Variations
Color information
#A7B72A (or 0xA7B72A) is known color: Bahia. HEX triplet: A7, B7 and 2A. RGB value is (167,183,42). Sum of RGB (Red+Green+Blue) = 167+183+42=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B72A is #5848D5. Grayscale: #A2A2A2. Windows color (decimal): -5785814 or 2799527. OLE color: 2799527.
HSL color Cylindrical-coordinate representation of color #A7B72A: hue angle of 66.81º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7B72A is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 42 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.28 |
| HSL | 66.81º | 0.63% | 0.44% | - |
| HSV(B) | 66.81º | 0.77% | 0.72% | - |
| XYZ | 33.29 | 42.25 | 8.59 | - |
| YUV | 162.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 42 | 0.09 | 0 | 0.77 | 0.28 | 66.81 | 0.63 | 0.44 |
| Hex | A7 | B7 | 2A | 9 | 0 | 4D | 1C | 43 | 3F | 2C |
| Octal | 247 | 267 | 52 | 11 | 0 | 115 | 34 | 103 | 77 | 54 |
| Binary | 10100111 | 10110111 | 101010 | 1001 | 0 | 1001101 | 11100 | 1000011 | 111111 | 101100 |
Color Harmonies of #A7B72A
Complementary color
Monochromatic Colors of #A7B72A
Black with #A7B72A
Text Example
Text Example
White with #A7B72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B72A; }
p { color: rgb(167,183,42); }
H1.HeaderClassName
{
color: #A7B72A;
}
.AnyTagClassName
{
color: #A7B72A;
}
</style>
background-color css
<style>
a { background-color: #A7B72A; }
a { background-color: rgb(167,183,42); }
div.DivClassName
{
background-color: #A7B72A;
}
.BgClassName
{
background-color: #A7B72A;
}
</style>
border-color css
<style>
span { border-color: #A7B72A; }
span { border-color: rgb(167,183,42); }
td.TdClassName
{
border-color: #A7B72A;
}
.TagClassName
{
border-color: #A7B72A;
}
</style>