Shades of Bahia #A0B726
Tints of Bahia #A0B726
RGB
CMYK
RGB Variations
Color information
#A0B726 (or 0xA0B726) is known color: Bahia. HEX triplet: A0, B7 and 26. RGB value is (160,183,38). Sum of RGB (Red+Green+Blue) = 160+183+38=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B726 is #5F48D9. Grayscale: #A0A0A0. Windows color (decimal): -6244570 or 2537376. OLE color: 2537376.
HSL color Cylindrical-coordinate representation of color #A0B726: hue angle of 69.52º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0B726 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 38 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.28 |
| HSL | 69.52º | 0.66% | 0.43% | - |
| HSV(B) | 69.52º | 0.79% | 0.72% | - |
| XYZ | 31.78 | 41.48 | 8.17 | - |
| YUV | 159.59 | 59.38 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 38 | 0.13 | 0 | 0.79 | 0.28 | 69.52 | 0.66 | 0.43 |
| Hex | A0 | B7 | 26 | D | 0 | 4F | 1C | 46 | 42 | 2B |
| Octal | 240 | 267 | 46 | 15 | 0 | 117 | 34 | 106 | 102 | 53 |
| Binary | 10100000 | 10110111 | 100110 | 1101 | 0 | 1001111 | 11100 | 1000110 | 1000010 | 101011 |
Color Harmonies of #A0B726
Complementary color
Monochromatic Colors of #A0B726
Black with #A0B726
Text Example
Text Example
White with #A0B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B726; }
p { color: rgb(160,183,38); }
H1.HeaderClassName
{
color: #A0B726;
}
.AnyTagClassName
{
color: #A0B726;
}
</style>
background-color css
<style>
a { background-color: #A0B726; }
a { background-color: rgb(160,183,38); }
div.DivClassName
{
background-color: #A0B726;
}
.BgClassName
{
background-color: #A0B726;
}
</style>
border-color css
<style>
span { border-color: #A0B726; }
span { border-color: rgb(160,183,38); }
td.TdClassName
{
border-color: #A0B726;
}
.TagClassName
{
border-color: #A0B726;
}
</style>