Shades of Bahia #A7B732
Tints of Bahia #A7B732
RGB
CMYK
RGB Variations
Color information
#A7B732 (or 0xA7B732) is known color: Bahia. HEX triplet: A7, B7 and 32. RGB value is (167,183,50). Sum of RGB (Red+Green+Blue) = 167+183+50=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B732 is #5848CD. Grayscale: #A3A3A3. Windows color (decimal): -5785806 or 3323815. OLE color: 3323815.
HSL color Cylindrical-coordinate representation of color #A7B732: hue angle of 67.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7B732 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 50 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.28 |
| HSL | 67.22º | 0.57% | 0.46% | - |
| HSV(B) | 67.22º | 0.73% | 0.72% | - |
| XYZ | 33.45 | 42.31 | 9.42 | - |
| YUV | 163.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 50 | 0.09 | 0 | 0.73 | 0.28 | 67.22 | 0.57 | 0.46 |
| Hex | A7 | B7 | 32 | 9 | 0 | 49 | 1C | 43 | 39 | 2E |
| Octal | 247 | 267 | 62 | 11 | 0 | 111 | 34 | 103 | 71 | 56 |
| Binary | 10100111 | 10110111 | 110010 | 1001 | 0 | 1001001 | 11100 | 1000011 | 111001 | 101110 |
Color Harmonies of #A7B732
Complementary color
Monochromatic Colors of #A7B732
Black with #A7B732
Text Example
Text Example
White with #A7B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B732; }
p { color: rgb(167,183,50); }
H1.HeaderClassName
{
color: #A7B732;
}
.AnyTagClassName
{
color: #A7B732;
}
</style>
background-color css
<style>
a { background-color: #A7B732; }
a { background-color: rgb(167,183,50); }
div.DivClassName
{
background-color: #A7B732;
}
.BgClassName
{
background-color: #A7B732;
}
</style>
border-color css
<style>
span { border-color: #A7B732; }
span { border-color: rgb(167,183,50); }
td.TdClassName
{
border-color: #A7B732;
}
.TagClassName
{
border-color: #A7B732;
}
</style>