Shades of Rio Grande #BEC026
Tints of Rio Grande #BEC026
RGB
CMYK
RGB Variations
Color information
#BEC026 (or 0xBEC026) is known color: Rio Grande. HEX triplet: BE, C0 and 26. RGB value is (190,192,38). Sum of RGB (Red+Green+Blue) = 190+192+38=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC026 is #413FD9. Grayscale: #AEAEAE. Windows color (decimal): -4276186 or 2539710. OLE color: 2539710.
HSL color Cylindrical-coordinate representation of color #BEC026: hue angle of 60.78º 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 #BEC026 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 38 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.25 |
| HSL | 60.78º | 0.67% | 0.45% | - |
| HSV(B) | 60.78º | 0.8% | 0.75% | - |
| XYZ | 40.43 | 48.79 | 9.12 | - |
| YUV | 173.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 38 | 0.01 | 0 | 0.80 | 0.25 | 60.78 | 0.67 | 0.45 |
| Hex | BE | C0 | 26 | 1 | 0 | 50 | 19 | 3D | 43 | 2D |
| Octal | 276 | 300 | 46 | 1 | 0 | 120 | 31 | 75 | 103 | 55 |
| Binary | 10111110 | 11000000 | 100110 | 1 | 0 | 1010000 | 11001 | 111101 | 1000011 | 101101 |
Color Harmonies of #BEC026
Complementary color
Monochromatic Colors of #BEC026
Black with #BEC026
Text Example
Text Example
White with #BEC026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC026; }
p { color: rgb(190,192,38); }
H1.HeaderClassName
{
color: #BEC026;
}
.AnyTagClassName
{
color: #BEC026;
}
</style>
background-color css
<style>
a { background-color: #BEC026; }
a { background-color: rgb(190,192,38); }
div.DivClassName
{
background-color: #BEC026;
}
.BgClassName
{
background-color: #BEC026;
}
</style>
border-color css
<style>
span { border-color: #BEC026; }
span { border-color: rgb(190,192,38); }
td.TdClassName
{
border-color: #BEC026;
}
.TagClassName
{
border-color: #BEC026;
}
</style>