Shades of Rio Grande #BED315
Tints of Rio Grande #BED315
RGB
CMYK
RGB Variations
Color information
#BED315 (or 0xBED315) is known color: Rio Grande. HEX triplet: BE, D3 and 15. RGB value is (190,211,21). Sum of RGB (Red+Green+Blue) = 190+211+21=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #BED315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED315 is #412CEA. Grayscale: #B7B7B7. Windows color (decimal): -4271339 or 1430462. OLE color: 1430462.
HSL color Cylindrical-coordinate representation of color #BED315: hue angle of 66.63º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BED315 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 21 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.17 |
| HSL | 66.63º | 0.82% | 0.45% | - |
| HSV(B) | 66.63º | 0.9% | 0.83% | - |
| XYZ | 44.66 | 57.59 | 9.47 | - |
| YUV | 183.06 | 36.54 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 21 | 0.10 | 0 | 0.90 | 0.17 | 66.63 | 0.82 | 0.45 |
| Hex | BE | D3 | 15 | A | 0 | 5A | 11 | 43 | 52 | 2D |
| Octal | 276 | 323 | 25 | 12 | 0 | 132 | 21 | 103 | 122 | 55 |
| Binary | 10111110 | 11010011 | 10101 | 1010 | 0 | 1011010 | 10001 | 1000011 | 1010010 | 101101 |
Color Harmonies of #BED315
Complementary color
Monochromatic Colors of #BED315
Black with #BED315
Text Example
Text Example
White with #BED315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED315; }
p { color: rgb(190,211,21); }
H1.HeaderClassName
{
color: #BED315;
}
.AnyTagClassName
{
color: #BED315;
}
</style>
background-color css
<style>
a { background-color: #BED315; }
a { background-color: rgb(190,211,21); }
div.DivClassName
{
background-color: #BED315;
}
.BgClassName
{
background-color: #BED315;
}
</style>
border-color css
<style>
span { border-color: #BED315; }
span { border-color: rgb(190,211,21); }
td.TdClassName
{
border-color: #BED315;
}
.TagClassName
{
border-color: #BED315;
}
</style>