Shades of Rio Grande #BED50B
Tints of Rio Grande #BED50B
RGB
CMYK
RGB Variations
Color information
#BED50B (or 0xBED50B) is known color: Rio Grande. HEX triplet: BE, D5 and 0B. RGB value is (190,213,11). Sum of RGB (Red+Green+Blue) = 190+213+11=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #BED50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED50B is #412AF4. Grayscale: #B7B7B7. Windows color (decimal): -4270837 or 775614. OLE color: 775614.
HSL color Cylindrical-coordinate representation of color #BED50B: hue angle of 66.83º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BED50B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.16 |
| HSL | 66.83º | 0.9% | 0.44% | - |
| HSV(B) | 66.83º | 0.95% | 0.84% | - |
| XYZ | 45.09 | 58.56 | 9.24 | - |
| YUV | 183.1 | 30.88 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 11 | 0.11 | 0 | 0.95 | 0.16 | 66.83 | 0.9 | 0.44 |
| Hex | BE | D5 | B | B | 0 | 5F | 10 | 43 | 5A | 2C |
| Octal | 276 | 325 | 13 | 13 | 0 | 137 | 20 | 103 | 132 | 54 |
| Binary | 10111110 | 11010101 | 1011 | 1011 | 0 | 1011111 | 10000 | 1000011 | 1011010 | 101100 |
Color Harmonies of #BED50B
Complementary color
Monochromatic Colors of #BED50B
Black with #BED50B
Text Example
Text Example
White with #BED50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED50B; }
p { color: rgb(190,213,11); }
H1.HeaderClassName
{
color: #BED50B;
}
.AnyTagClassName
{
color: #BED50B;
}
</style>
background-color css
<style>
a { background-color: #BED50B; }
a { background-color: rgb(190,213,11); }
div.DivClassName
{
background-color: #BED50B;
}
.BgClassName
{
background-color: #BED50B;
}
</style>
border-color css
<style>
span { border-color: #BED50B; }
span { border-color: rgb(190,213,11); }
td.TdClassName
{
border-color: #BED50B;
}
.TagClassName
{
border-color: #BED50B;
}
</style>