Shades of Bahia #A7B932
Tints of Bahia #A7B932
RGB
CMYK
RGB Variations
Color information
#A7B932 (or 0xA7B932) is known color: Bahia. HEX triplet: A7, B9 and 32. RGB value is (167,185,50). Sum of RGB (Red+Green+Blue) = 167+185+50=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B932 is #5846CD. Grayscale: #A4A4A4. Windows color (decimal): -5785294 or 3324327. OLE color: 3324327.
HSL color Cylindrical-coordinate representation of color #A7B932: hue angle of 68º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7B932 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 185 | 50 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.27 |
| HSL | 68º | 0.57% | 0.46% | - |
| HSV(B) | 68º | 0.73% | 0.73% | - |
| XYZ | 33.86 | 43.14 | 9.56 | - |
| YUV | 164.23 | 63.54 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 50 | 0.10 | 0 | 0.73 | 0.27 | 68 | 0.57 | 0.46 |
| Hex | A7 | B9 | 32 | A | 0 | 49 | 1B | 44 | 39 | 2E |
| Octal | 247 | 271 | 62 | 12 | 0 | 111 | 33 | 104 | 71 | 56 |
| Binary | 10100111 | 10111001 | 110010 | 1010 | 0 | 1001001 | 11011 | 1000100 | 111001 | 101110 |
Color Harmonies of #A7B932
Complementary color
Monochromatic Colors of #A7B932
Black with #A7B932
Text Example
Text Example
White with #A7B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B932; }
p { color: rgb(167,185,50); }
H1.HeaderClassName
{
color: #A7B932;
}
.AnyTagClassName
{
color: #A7B932;
}
</style>
background-color css
<style>
a { background-color: #A7B932; }
a { background-color: rgb(167,185,50); }
div.DivClassName
{
background-color: #A7B932;
}
.BgClassName
{
background-color: #A7B932;
}
</style>
border-color css
<style>
span { border-color: #A7B932; }
span { border-color: rgb(167,185,50); }
td.TdClassName
{
border-color: #A7B932;
}
.TagClassName
{
border-color: #A7B932;
}
</style>