Shades of Rio Grande #BAC526
Tints of Rio Grande #BAC526
RGB
CMYK
RGB Variations
Color information
#BAC526 (or 0xBAC526) is known color: Rio Grande. HEX triplet: BA, C5 and 26. RGB value is (186,197,38). Sum of RGB (Red+Green+Blue) = 186+197+38=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC526 is #453AD9. Grayscale: #B0B0B0. Windows color (decimal): -4537050 or 2540986. OLE color: 2540986.
HSL color Cylindrical-coordinate representation of color #BAC526: hue angle of 64.15º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAC526 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 38 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.23 |
| HSL | 64.15º | 0.68% | 0.46% | - |
| HSV(B) | 64.15º | 0.81% | 0.77% | - |
| XYZ | 40.57 | 50.51 | 9.45 | - |
| YUV | 175.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 38 | 0.06 | 0 | 0.81 | 0.23 | 64.15 | 0.68 | 0.46 |
| Hex | BA | C5 | 26 | 6 | 0 | 51 | 17 | 40 | 44 | 2E |
| Octal | 272 | 305 | 46 | 6 | 0 | 121 | 27 | 100 | 104 | 56 |
| Binary | 10111010 | 11000101 | 100110 | 110 | 0 | 1010001 | 10111 | 1000000 | 1000100 | 101110 |
Color Harmonies of #BAC526
Complementary color
Monochromatic Colors of #BAC526
Black with #BAC526
Text Example
Text Example
White with #BAC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC526; }
p { color: rgb(186,197,38); }
H1.HeaderClassName
{
color: #BAC526;
}
.AnyTagClassName
{
color: #BAC526;
}
</style>
background-color css
<style>
a { background-color: #BAC526; }
a { background-color: rgb(186,197,38); }
div.DivClassName
{
background-color: #BAC526;
}
.BgClassName
{
background-color: #BAC526;
}
</style>
border-color css
<style>
span { border-color: #BAC526; }
span { border-color: rgb(186,197,38); }
td.TdClassName
{
border-color: #BAC526;
}
.TagClassName
{
border-color: #BAC526;
}
</style>