Shades of Rio Grande #BED716
Tints of Rio Grande #BED716
RGB
CMYK
RGB Variations
Color information
#BED716 (or 0xBED716) is known color: Rio Grande. HEX triplet: BE, D7 and 16. RGB value is (190,215,22). Sum of RGB (Red+Green+Blue) = 190+215+22=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #BED716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED716 is #4128E9. Grayscale: #BABABA. Windows color (decimal): -4270314 or 1497022. OLE color: 1497022.
HSL color Cylindrical-coordinate representation of color #BED716: hue angle of 67.77º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BED716 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.16 |
| HSL | 67.77º | 0.81% | 0.46% | - |
| HSV(B) | 67.77º | 0.9% | 0.84% | - |
| XYZ | 45.68 | 59.61 | 9.86 | - |
| YUV | 185.52 | 35.72 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 22 | 0.12 | 0 | 0.90 | 0.16 | 67.77 | 0.81 | 0.46 |
| Hex | BE | D7 | 16 | C | 0 | 5A | 10 | 44 | 51 | 2E |
| Octal | 276 | 327 | 26 | 14 | 0 | 132 | 20 | 104 | 121 | 56 |
| Binary | 10111110 | 11010111 | 10110 | 1100 | 0 | 1011010 | 10000 | 1000100 | 1010001 | 101110 |
Color Harmonies of #BED716
Complementary color
Monochromatic Colors of #BED716
Black with #BED716
Text Example
Text Example
White with #BED716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED716; }
p { color: rgb(190,215,22); }
H1.HeaderClassName
{
color: #BED716;
}
.AnyTagClassName
{
color: #BED716;
}
</style>
background-color css
<style>
a { background-color: #BED716; }
a { background-color: rgb(190,215,22); }
div.DivClassName
{
background-color: #BED716;
}
.BgClassName
{
background-color: #BED716;
}
</style>
border-color css
<style>
span { border-color: #BED716; }
span { border-color: rgb(190,215,22); }
td.TdClassName
{
border-color: #BED716;
}
.TagClassName
{
border-color: #BED716;
}
</style>