Shades of Bahia #A7B715
Tints of Bahia #A7B715
RGB
CMYK
RGB Variations
Color information
#A7B715 (or 0xA7B715) is known color: Bahia. HEX triplet: A7, B7 and 15. RGB value is (167,183,21). Sum of RGB (Red+Green+Blue) = 167+183+21=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B715 is #5848EA. Grayscale: #A0A0A0. Windows color (decimal): -5785835 or 1423271. OLE color: 1423271.
HSL color Cylindrical-coordinate representation of color #A7B715: hue angle of 65.93º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7B715 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 21 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.28 |
| HSL | 65.93º | 0.79% | 0.4% | - |
| HSV(B) | 65.93º | 0.89% | 0.72% | - |
| XYZ | 33.01 | 42.14 | 7.1 | - |
| YUV | 159.75 | 49.7 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 21 | 0.09 | 0 | 0.89 | 0.28 | 65.93 | 0.79 | 0.4 |
| Hex | A7 | B7 | 15 | 9 | 0 | 59 | 1C | 42 | 4F | 28 |
| Octal | 247 | 267 | 25 | 11 | 0 | 131 | 34 | 102 | 117 | 50 |
| Binary | 10100111 | 10110111 | 10101 | 1001 | 0 | 1011001 | 11100 | 1000010 | 1001111 | 101000 |
Color Harmonies of #A7B715
Complementary color
Monochromatic Colors of #A7B715
Black with #A7B715
Text Example
Text Example
White with #A7B715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B715; }
p { color: rgb(167,183,21); }
H1.HeaderClassName
{
color: #A7B715;
}
.AnyTagClassName
{
color: #A7B715;
}
</style>
background-color css
<style>
a { background-color: #A7B715; }
a { background-color: rgb(167,183,21); }
div.DivClassName
{
background-color: #A7B715;
}
.BgClassName
{
background-color: #A7B715;
}
</style>
border-color css
<style>
span { border-color: #A7B715; }
span { border-color: rgb(167,183,21); }
td.TdClassName
{
border-color: #A7B715;
}
.TagClassName
{
border-color: #A7B715;
}
</style>