Shades of Bahia #A7B935
Tints of Bahia #A7B935
RGB
CMYK
RGB Variations
Color information
#A7B935 (or 0xA7B935) is known color: Bahia. HEX triplet: A7, B9 and 35. RGB value is (167,185,53). Sum of RGB (Red+Green+Blue) = 167+185+53=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B935 is #5846CA. Grayscale: #A5A5A5. Windows color (decimal): -5785291 or 3520935. OLE color: 3520935.
HSL color Cylindrical-coordinate representation of color #A7B935: hue angle of 68.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7B935 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 185 | 53 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.27 |
| HSL | 68.18º | 0.55% | 0.47% | - |
| HSV(B) | 68.18º | 0.71% | 0.73% | - |
| XYZ | 33.93 | 43.17 | 9.91 | - |
| YUV | 164.57 | 65.04 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 53 | 0.10 | 0 | 0.71 | 0.27 | 68.18 | 0.55 | 0.47 |
| Hex | A7 | B9 | 35 | A | 0 | 47 | 1B | 44 | 37 | 2F |
| Octal | 247 | 271 | 65 | 12 | 0 | 107 | 33 | 104 | 67 | 57 |
| Binary | 10100111 | 10111001 | 110101 | 1010 | 0 | 1000111 | 11011 | 1000100 | 110111 | 101111 |
Color Harmonies of #A7B935
Complementary color
Monochromatic Colors of #A7B935
Black with #A7B935
Text Example
Text Example
White with #A7B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B935; }
p { color: rgb(167,185,53); }
H1.HeaderClassName
{
color: #A7B935;
}
.AnyTagClassName
{
color: #A7B935;
}
</style>
background-color css
<style>
a { background-color: #A7B935; }
a { background-color: rgb(167,185,53); }
div.DivClassName
{
background-color: #A7B935;
}
.BgClassName
{
background-color: #A7B935;
}
</style>
border-color css
<style>
span { border-color: #A7B935; }
span { border-color: rgb(167,185,53); }
td.TdClassName
{
border-color: #A7B935;
}
.TagClassName
{
border-color: #A7B935;
}
</style>