Shades of Bahia #A7B234
Tints of Bahia #A7B234
RGB
CMYK
RGB Variations
Color information
#A7B234 (or 0xA7B234) is known color: Bahia. HEX triplet: A7, B2 and 34. RGB value is (167,178,52). Sum of RGB (Red+Green+Blue) = 167+178+52=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B234 is #584DCB. Grayscale: #A0A0A0. Windows color (decimal): -5787084 or 3453607. OLE color: 3453607.
HSL color Cylindrical-coordinate representation of color #A7B234: hue angle of 65.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7B234 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 52 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.30 |
| HSL | 65.24º | 0.55% | 0.45% | - |
| HSV(B) | 65.24º | 0.71% | 0.7% | - |
| XYZ | 32.48 | 40.3 | 9.32 | - |
| YUV | 160.35 | 66.86 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 52 | 0.06 | 0 | 0.71 | 0.30 | 65.24 | 0.55 | 0.45 |
| Hex | A7 | B2 | 34 | 6 | 0 | 47 | 1E | 41 | 37 | 2D |
| Octal | 247 | 262 | 64 | 6 | 0 | 107 | 36 | 101 | 67 | 55 |
| Binary | 10100111 | 10110010 | 110100 | 110 | 0 | 1000111 | 11110 | 1000001 | 110111 | 101101 |
Color Harmonies of #A7B234
Complementary color
Monochromatic Colors of #A7B234
Black with #A7B234
Text Example
Text Example
White with #A7B234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B234; }
p { color: rgb(167,178,52); }
H1.HeaderClassName
{
color: #A7B234;
}
.AnyTagClassName
{
color: #A7B234;
}
</style>
background-color css
<style>
a { background-color: #A7B234; }
a { background-color: rgb(167,178,52); }
div.DivClassName
{
background-color: #A7B234;
}
.BgClassName
{
background-color: #A7B234;
}
</style>
border-color css
<style>
span { border-color: #A7B234; }
span { border-color: rgb(167,178,52); }
td.TdClassName
{
border-color: #A7B234;
}
.TagClassName
{
border-color: #A7B234;
}
</style>