Shades of Bahia #A7B835
Tints of Bahia #A7B835
RGB
CMYK
RGB Variations
Color information
#A7B835 (or 0xA7B835) is known color: Bahia. HEX triplet: A7, B8 and 35. RGB value is (167,184,53). Sum of RGB (Red+Green+Blue) = 167+184+53=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B835 is #5847CA. Grayscale: #A4A4A4. Windows color (decimal): -5785547 or 3520679. OLE color: 3520679.
HSL color Cylindrical-coordinate representation of color #A7B835: hue angle of 67.79º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7B835 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 53 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.28 |
| HSL | 67.79º | 0.55% | 0.46% | - |
| HSV(B) | 67.79º | 0.71% | 0.72% | - |
| XYZ | 33.72 | 42.75 | 9.84 | - |
| YUV | 163.98 | 65.37 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 53 | 0.09 | 0 | 0.71 | 0.28 | 67.79 | 0.55 | 0.46 |
| Hex | A7 | B8 | 35 | 9 | 0 | 47 | 1C | 44 | 37 | 2E |
| Octal | 247 | 270 | 65 | 11 | 0 | 107 | 34 | 104 | 67 | 56 |
| Binary | 10100111 | 10111000 | 110101 | 1001 | 0 | 1000111 | 11100 | 1000100 | 110111 | 101110 |
Color Harmonies of #A7B835
Complementary color
Monochromatic Colors of #A7B835
Black with #A7B835
Text Example
Text Example
White with #A7B835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B835; }
p { color: rgb(167,184,53); }
H1.HeaderClassName
{
color: #A7B835;
}
.AnyTagClassName
{
color: #A7B835;
}
</style>
background-color css
<style>
a { background-color: #A7B835; }
a { background-color: rgb(167,184,53); }
div.DivClassName
{
background-color: #A7B835;
}
.BgClassName
{
background-color: #A7B835;
}
</style>
border-color css
<style>
span { border-color: #A7B835; }
span { border-color: rgb(167,184,53); }
td.TdClassName
{
border-color: #A7B835;
}
.TagClassName
{
border-color: #A7B835;
}
</style>