Shades of Rio Grande #BED516
Tints of Rio Grande #BED516
RGB
CMYK
RGB Variations
Color information
#BED516 (or 0xBED516) is known color: Rio Grande. HEX triplet: BE, D5 and 16. RGB value is (190,213,22). Sum of RGB (Red+Green+Blue) = 190+213+22=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #BED516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED516 is #412AE9. Grayscale: #B9B9B9. Windows color (decimal): -4270826 or 1496510. OLE color: 1496510.
HSL color Cylindrical-coordinate representation of color #BED516: hue angle of 67.23º 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 #BED516 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.16 |
| HSL | 67.23º | 0.81% | 0.46% | - |
| HSV(B) | 67.23º | 0.9% | 0.84% | - |
| XYZ | 45.17 | 58.59 | 9.69 | - |
| YUV | 184.35 | 36.38 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 22 | 0.11 | 0 | 0.90 | 0.16 | 67.23 | 0.81 | 0.46 |
| Hex | BE | D5 | 16 | B | 0 | 5A | 10 | 43 | 51 | 2E |
| Octal | 276 | 325 | 26 | 13 | 0 | 132 | 20 | 103 | 121 | 56 |
| Binary | 10111110 | 11010101 | 10110 | 1011 | 0 | 1011010 | 10000 | 1000011 | 1010001 | 101110 |
Color Harmonies of #BED516
Complementary color
Monochromatic Colors of #BED516
Black with #BED516
Text Example
Text Example
White with #BED516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED516; }
p { color: rgb(190,213,22); }
H1.HeaderClassName
{
color: #BED516;
}
.AnyTagClassName
{
color: #BED516;
}
</style>
background-color css
<style>
a { background-color: #BED516; }
a { background-color: rgb(190,213,22); }
div.DivClassName
{
background-color: #BED516;
}
.BgClassName
{
background-color: #BED516;
}
</style>
border-color css
<style>
span { border-color: #BED516; }
span { border-color: rgb(190,213,22); }
td.TdClassName
{
border-color: #BED516;
}
.TagClassName
{
border-color: #BED516;
}
</style>