Shades of Rio Grande #BED610
Tints of Rio Grande #BED610
RGB
CMYK
RGB Variations
Color information
#BED610 (or 0xBED610) is known color: Rio Grande. HEX triplet: BE, D6 and 10. RGB value is (190,214,16). Sum of RGB (Red+Green+Blue) = 190+214+16=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #BED610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED610 is #4129EF. Grayscale: #B9B9B9. Windows color (decimal): -4270576 or 1103550. OLE color: 1103550.
HSL color Cylindrical-coordinate representation of color #BED610: hue angle of 67.27º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BED610 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 16 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.16 |
| HSL | 67.27º | 0.86% | 0.45% | - |
| HSV(B) | 67.27º | 0.93% | 0.84% | - |
| XYZ | 45.38 | 59.08 | 9.5 | - |
| YUV | 184.25 | 33.05 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 16 | 0.11 | 0 | 0.93 | 0.16 | 67.27 | 0.86 | 0.45 |
| Hex | BE | D6 | 10 | B | 0 | 5D | 10 | 43 | 56 | 2D |
| Octal | 276 | 326 | 20 | 13 | 0 | 135 | 20 | 103 | 126 | 55 |
| Binary | 10111110 | 11010110 | 10000 | 1011 | 0 | 1011101 | 10000 | 1000011 | 1010110 | 101101 |
Color Harmonies of #BED610
Complementary color
Monochromatic Colors of #BED610
Black with #BED610
Text Example
Text Example
White with #BED610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED610; }
p { color: rgb(190,214,16); }
H1.HeaderClassName
{
color: #BED610;
}
.AnyTagClassName
{
color: #BED610;
}
</style>
background-color css
<style>
a { background-color: #BED610; }
a { background-color: rgb(190,214,16); }
div.DivClassName
{
background-color: #BED610;
}
.BgClassName
{
background-color: #BED610;
}
</style>
border-color css
<style>
span { border-color: #BED610; }
span { border-color: rgb(190,214,16); }
td.TdClassName
{
border-color: #BED610;
}
.TagClassName
{
border-color: #BED610;
}
</style>