Shades of Bahia #A7B730
Tints of Bahia #A7B730
RGB
CMYK
RGB Variations
Color information
#A7B730 (or 0xA7B730) is known color: Bahia. HEX triplet: A7, B7 and 30. RGB value is (167,183,48). Sum of RGB (Red+Green+Blue) = 167+183+48=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B730 is #5848CF. Grayscale: #A3A3A3. Windows color (decimal): -5785808 or 3192743. OLE color: 3192743.
HSL color Cylindrical-coordinate representation of color #A7B730: hue angle of 67.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7B730 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 48 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.28 |
| HSL | 67.11º | 0.58% | 0.45% | - |
| HSV(B) | 67.11º | 0.74% | 0.72% | - |
| XYZ | 33.4 | 42.3 | 9.2 | - |
| YUV | 162.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 48 | 0.09 | 0 | 0.74 | 0.28 | 67.11 | 0.58 | 0.45 |
| Hex | A7 | B7 | 30 | 9 | 0 | 4A | 1C | 43 | 3A | 2D |
| Octal | 247 | 267 | 60 | 11 | 0 | 112 | 34 | 103 | 72 | 55 |
| Binary | 10100111 | 10110111 | 110000 | 1001 | 0 | 1001010 | 11100 | 1000011 | 111010 | 101101 |
Color Harmonies of #A7B730
Complementary color
Monochromatic Colors of #A7B730
Black with #A7B730
Text Example
Text Example
White with #A7B730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B730; }
p { color: rgb(167,183,48); }
H1.HeaderClassName
{
color: #A7B730;
}
.AnyTagClassName
{
color: #A7B730;
}
</style>
background-color css
<style>
a { background-color: #A7B730; }
a { background-color: rgb(167,183,48); }
div.DivClassName
{
background-color: #A7B730;
}
.BgClassName
{
background-color: #A7B730;
}
</style>
border-color css
<style>
span { border-color: #A7B730; }
span { border-color: rgb(167,183,48); }
td.TdClassName
{
border-color: #A7B730;
}
.TagClassName
{
border-color: #A7B730;
}
</style>