Shades of Rio Grande #BAC026
Tints of Rio Grande #BAC026
RGB
CMYK
RGB Variations
Color information
#BAC026 (or 0xBAC026) is known color: Rio Grande. HEX triplet: BA, C0 and 26. RGB value is (186,192,38). Sum of RGB (Red+Green+Blue) = 186+192+38=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC026 is #453FD9. Grayscale: #ADADAD. Windows color (decimal): -4538330 or 2539706. OLE color: 2539706.
HSL color Cylindrical-coordinate representation of color #BAC026: hue angle of 62.34º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAC026 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 38 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.25 |
| HSL | 62.34º | 0.67% | 0.45% | - |
| HSV(B) | 62.34º | 0.8% | 0.75% | - |
| XYZ | 39.45 | 48.28 | 9.07 | - |
| YUV | 172.65 | 52.01 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 38 | 0.03 | 0 | 0.80 | 0.25 | 62.34 | 0.67 | 0.45 |
| Hex | BA | C0 | 26 | 3 | 0 | 50 | 19 | 3E | 43 | 2D |
| Octal | 272 | 300 | 46 | 3 | 0 | 120 | 31 | 76 | 103 | 55 |
| Binary | 10111010 | 11000000 | 100110 | 11 | 0 | 1010000 | 11001 | 111110 | 1000011 | 101101 |
Color Harmonies of #BAC026
Complementary color
Monochromatic Colors of #BAC026
Black with #BAC026
Text Example
Text Example
White with #BAC026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC026; }
p { color: rgb(186,192,38); }
H1.HeaderClassName
{
color: #BAC026;
}
.AnyTagClassName
{
color: #BAC026;
}
</style>
background-color css
<style>
a { background-color: #BAC026; }
a { background-color: rgb(186,192,38); }
div.DivClassName
{
background-color: #BAC026;
}
.BgClassName
{
background-color: #BAC026;
}
</style>
border-color css
<style>
span { border-color: #BAC026; }
span { border-color: rgb(186,192,38); }
td.TdClassName
{
border-color: #BAC026;
}
.TagClassName
{
border-color: #BAC026;
}
</style>