Shades of Rio Grande #BEC520
Tints of Rio Grande #BEC520
RGB
CMYK
RGB Variations
Color information
#BEC520 (or 0xBEC520) is known color: Rio Grande. HEX triplet: BE, C5 and 20. RGB value is (190,197,32). Sum of RGB (Red+Green+Blue) = 190+197+32=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC520 is #413ADF. Grayscale: #B0B0B0. Windows color (decimal): -4274912 or 2147774. OLE color: 2147774.
HSL color Cylindrical-coordinate representation of color #BEC520: hue angle of 62.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEC520 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 32 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.23 |
| HSL | 62.55º | 0.72% | 0.45% | - |
| HSV(B) | 62.55º | 0.84% | 0.77% | - |
| XYZ | 41.46 | 50.98 | 9.02 | - |
| YUV | 176.1 | 46.68 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 32 | 0.04 | 0 | 0.84 | 0.23 | 62.55 | 0.72 | 0.45 |
| Hex | BE | C5 | 20 | 4 | 0 | 54 | 17 | 3F | 48 | 2D |
| Octal | 276 | 305 | 40 | 4 | 0 | 124 | 27 | 77 | 110 | 55 |
| Binary | 10111110 | 11000101 | 100000 | 100 | 0 | 1010100 | 10111 | 111111 | 1001000 | 101101 |
Color Harmonies of #BEC520
Complementary color
Monochromatic Colors of #BEC520
Black with #BEC520
Text Example
Text Example
White with #BEC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC520; }
p { color: rgb(190,197,32); }
H1.HeaderClassName
{
color: #BEC520;
}
.AnyTagClassName
{
color: #BEC520;
}
</style>
background-color css
<style>
a { background-color: #BEC520; }
a { background-color: rgb(190,197,32); }
div.DivClassName
{
background-color: #BEC520;
}
.BgClassName
{
background-color: #BEC520;
}
</style>
border-color css
<style>
span { border-color: #BEC520; }
span { border-color: rgb(190,197,32); }
td.TdClassName
{
border-color: #BEC520;
}
.TagClassName
{
border-color: #BEC520;
}
</style>