Shades of Rio Grande #BEC717
Tints of Rio Grande #BEC717
RGB
CMYK
RGB Variations
Color information
#BEC717 (or 0xBEC717) is known color: Rio Grande. HEX triplet: BE, C7 and 17. RGB value is (190,199,23). Sum of RGB (Red+Green+Blue) = 190+199+23=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC717 is #4138E8. Grayscale: #B0B0B0. Windows color (decimal): -4274409 or 1558462. OLE color: 1558462.
HSL color Cylindrical-coordinate representation of color #BEC717: hue angle of 63.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEC717 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 23 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.22 |
| HSL | 63.07º | 0.79% | 0.44% | - |
| HSV(B) | 63.07º | 0.88% | 0.78% | - |
| XYZ | 41.81 | 51.86 | 8.62 | - |
| YUV | 176.25 | 41.52 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 23 | 0.05 | 0 | 0.88 | 0.22 | 63.07 | 0.79 | 0.44 |
| Hex | BE | C7 | 17 | 5 | 0 | 58 | 16 | 3F | 4F | 2C |
| Octal | 276 | 307 | 27 | 5 | 0 | 130 | 26 | 77 | 117 | 54 |
| Binary | 10111110 | 11000111 | 10111 | 101 | 0 | 1011000 | 10110 | 111111 | 1001111 | 101100 |
Color Harmonies of #BEC717
Complementary color
Monochromatic Colors of #BEC717
Black with #BEC717
Text Example
Text Example
White with #BEC717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC717; }
p { color: rgb(190,199,23); }
H1.HeaderClassName
{
color: #BEC717;
}
.AnyTagClassName
{
color: #BEC717;
}
</style>
background-color css
<style>
a { background-color: #BEC717; }
a { background-color: rgb(190,199,23); }
div.DivClassName
{
background-color: #BEC717;
}
.BgClassName
{
background-color: #BEC717;
}
</style>
border-color css
<style>
span { border-color: #BEC717; }
span { border-color: rgb(190,199,23); }
td.TdClassName
{
border-color: #BEC717;
}
.TagClassName
{
border-color: #BEC717;
}
</style>