Shades of Rio Grande #BED50E
Tints of Rio Grande #BED50E
RGB
CMYK
RGB Variations
Color information
#BED50E (or 0xBED50E) is known color: Rio Grande. HEX triplet: BE, D5 and 0E. RGB value is (190,213,14). Sum of RGB (Red+Green+Blue) = 190+213+14=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #BED50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED50E is #412AF1. Grayscale: #B8B8B8. Windows color (decimal): -4270834 or 972222. OLE color: 972222.
HSL color Cylindrical-coordinate representation of color #BED50E: hue angle of 66.93º degrees, saturation: 0.88, 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 #BED50E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 14 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.16 |
| HSL | 66.93º | 0.88% | 0.45% | - |
| HSV(B) | 66.93º | 0.93% | 0.84% | - |
| XYZ | 45.11 | 58.57 | 9.34 | - |
| YUV | 183.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 14 | 0.11 | 0 | 0.93 | 0.16 | 66.93 | 0.88 | 0.45 |
| Hex | BE | D5 | E | B | 0 | 5D | 10 | 43 | 58 | 2D |
| Octal | 276 | 325 | 16 | 13 | 0 | 135 | 20 | 103 | 130 | 55 |
| Binary | 10111110 | 11010101 | 1110 | 1011 | 0 | 1011101 | 10000 | 1000011 | 1011000 | 101101 |
Color Harmonies of #BED50E
Complementary color
Monochromatic Colors of #BED50E
Black with #BED50E
Text Example
Text Example
White with #BED50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED50E; }
p { color: rgb(190,213,14); }
H1.HeaderClassName
{
color: #BED50E;
}
.AnyTagClassName
{
color: #BED50E;
}
</style>
background-color css
<style>
a { background-color: #BED50E; }
a { background-color: rgb(190,213,14); }
div.DivClassName
{
background-color: #BED50E;
}
.BgClassName
{
background-color: #BED50E;
}
</style>
border-color css
<style>
span { border-color: #BED50E; }
span { border-color: rgb(190,213,14); }
td.TdClassName
{
border-color: #BED50E;
}
.TagClassName
{
border-color: #BED50E;
}
</style>