Shades of Rio Grande #BEC617
Tints of Rio Grande #BEC617
RGB
CMYK
RGB Variations
Color information
#BEC617 (or 0xBEC617) is known color: Rio Grande. HEX triplet: BE, C6 and 17. RGB value is (190,198,23). Sum of RGB (Red+Green+Blue) = 190+198+23=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC617 is #4139E8. Grayscale: #B0B0B0. Windows color (decimal): -4274665 or 1558206. OLE color: 1558206.
HSL color Cylindrical-coordinate representation of color #BEC617: hue angle of 62.74º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEC617 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 23 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.22 |
| HSL | 62.74º | 0.79% | 0.43% | - |
| HSV(B) | 62.74º | 0.88% | 0.78% | - |
| XYZ | 41.58 | 51.4 | 8.54 | - |
| YUV | 175.66 | 41.85 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 23 | 0.04 | 0 | 0.88 | 0.22 | 62.74 | 0.79 | 0.43 |
| Hex | BE | C6 | 17 | 4 | 0 | 58 | 16 | 3F | 4F | 2B |
| Octal | 276 | 306 | 27 | 4 | 0 | 130 | 26 | 77 | 117 | 53 |
| Binary | 10111110 | 11000110 | 10111 | 100 | 0 | 1011000 | 10110 | 111111 | 1001111 | 101011 |
Color Harmonies of #BEC617
Complementary color
Monochromatic Colors of #BEC617
Black with #BEC617
Text Example
Text Example
White with #BEC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC617; }
p { color: rgb(190,198,23); }
H1.HeaderClassName
{
color: #BEC617;
}
.AnyTagClassName
{
color: #BEC617;
}
</style>
background-color css
<style>
a { background-color: #BEC617; }
a { background-color: rgb(190,198,23); }
div.DivClassName
{
background-color: #BEC617;
}
.BgClassName
{
background-color: #BEC617;
}
</style>
border-color css
<style>
span { border-color: #BEC617; }
span { border-color: rgb(190,198,23); }
td.TdClassName
{
border-color: #BEC617;
}
.TagClassName
{
border-color: #BEC617;
}
</style>