Shades of Rio Grande #BED317
Tints of Rio Grande #BED317
RGB
CMYK
RGB Variations
Color information
#BED317 (or 0xBED317) is known color: Rio Grande. HEX triplet: BE, D3 and 17. RGB value is (190,211,23). Sum of RGB (Red+Green+Blue) = 190+211+23=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #BED317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED317 is #412CE8. Grayscale: #B8B8B8. Windows color (decimal): -4271337 or 1561534. OLE color: 1561534.
HSL color Cylindrical-coordinate representation of color #BED317: hue angle of 66.7º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BED317 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 23 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.17 |
| HSL | 66.7º | 0.8% | 0.46% | - |
| HSV(B) | 66.7º | 0.89% | 0.83% | - |
| XYZ | 44.68 | 57.6 | 9.57 | - |
| YUV | 183.29 | 37.54 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 23 | 0.10 | 0 | 0.89 | 0.17 | 66.7 | 0.8 | 0.46 |
| Hex | BE | D3 | 17 | A | 0 | 59 | 11 | 43 | 50 | 2E |
| Octal | 276 | 323 | 27 | 12 | 0 | 131 | 21 | 103 | 120 | 56 |
| Binary | 10111110 | 11010011 | 10111 | 1010 | 0 | 1011001 | 10001 | 1000011 | 1010000 | 101110 |
Color Harmonies of #BED317
Complementary color
Monochromatic Colors of #BED317
Black with #BED317
Text Example
Text Example
White with #BED317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED317; }
p { color: rgb(190,211,23); }
H1.HeaderClassName
{
color: #BED317;
}
.AnyTagClassName
{
color: #BED317;
}
</style>
background-color css
<style>
a { background-color: #BED317; }
a { background-color: rgb(190,211,23); }
div.DivClassName
{
background-color: #BED317;
}
.BgClassName
{
background-color: #BED317;
}
</style>
border-color css
<style>
span { border-color: #BED317; }
span { border-color: rgb(190,211,23); }
td.TdClassName
{
border-color: #BED317;
}
.TagClassName
{
border-color: #BED317;
}
</style>