Shades of Rio Grande #BED511
Tints of Rio Grande #BED511
RGB
CMYK
RGB Variations
Color information
#BED511 (or 0xBED511) is known color: Rio Grande. HEX triplet: BE, D5 and 11. RGB value is (190,213,17). Sum of RGB (Red+Green+Blue) = 190+213+17=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #BED511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED511 is #412AEE. Grayscale: #B8B8B8. Windows color (decimal): -4270831 or 1168830. OLE color: 1168830.
HSL color Cylindrical-coordinate representation of color #BED511: hue angle of 67.04º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BED511 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 17 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.16 |
| HSL | 67.04º | 0.85% | 0.45% | - |
| HSV(B) | 67.04º | 0.92% | 0.84% | - |
| XYZ | 45.13 | 58.58 | 9.46 | - |
| YUV | 183.78 | 33.88 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 17 | 0.11 | 0 | 0.92 | 0.16 | 67.04 | 0.85 | 0.45 |
| Hex | BE | D5 | 11 | B | 0 | 5C | 10 | 43 | 55 | 2D |
| Octal | 276 | 325 | 21 | 13 | 0 | 134 | 20 | 103 | 125 | 55 |
| Binary | 10111110 | 11010101 | 10001 | 1011 | 0 | 1011100 | 10000 | 1000011 | 1010101 | 101101 |
Color Harmonies of #BED511
Complementary color
Monochromatic Colors of #BED511
Black with #BED511
Text Example
Text Example
White with #BED511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED511; }
p { color: rgb(190,213,17); }
H1.HeaderClassName
{
color: #BED511;
}
.AnyTagClassName
{
color: #BED511;
}
</style>
background-color css
<style>
a { background-color: #BED511; }
a { background-color: rgb(190,213,17); }
div.DivClassName
{
background-color: #BED511;
}
.BgClassName
{
background-color: #BED511;
}
</style>
border-color css
<style>
span { border-color: #BED511; }
span { border-color: rgb(190,213,17); }
td.TdClassName
{
border-color: #BED511;
}
.TagClassName
{
border-color: #BED511;
}
</style>