Shades of Rio Grande #BED117
Tints of Rio Grande #BED117
RGB
CMYK
RGB Variations
Color information
#BED117 (or 0xBED117) is known color: Rio Grande. HEX triplet: BE, D1 and 17. RGB value is (190,209,23). Sum of RGB (Red+Green+Blue) = 190+209+23=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #BED117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED117 is #412EE8. Grayscale: #B6B6B6. Windows color (decimal): -4271849 or 1561022. OLE color: 1561022.
HSL color Cylindrical-coordinate representation of color #BED117: hue angle of 66.13º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BED117 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 23 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.18 |
| HSL | 66.13º | 0.8% | 0.45% | - |
| HSV(B) | 66.13º | 0.89% | 0.82% | - |
| XYZ | 44.19 | 56.61 | 9.41 | - |
| YUV | 182.12 | 38.21 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 23 | 0.09 | 0 | 0.89 | 0.18 | 66.13 | 0.8 | 0.45 |
| Hex | BE | D1 | 17 | 9 | 0 | 59 | 12 | 42 | 50 | 2D |
| Octal | 276 | 321 | 27 | 11 | 0 | 131 | 22 | 102 | 120 | 55 |
| Binary | 10111110 | 11010001 | 10111 | 1001 | 0 | 1011001 | 10010 | 1000010 | 1010000 | 101101 |
Color Harmonies of #BED117
Complementary color
Monochromatic Colors of #BED117
Black with #BED117
Text Example
Text Example
White with #BED117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED117; }
p { color: rgb(190,209,23); }
H1.HeaderClassName
{
color: #BED117;
}
.AnyTagClassName
{
color: #BED117;
}
</style>
background-color css
<style>
a { background-color: #BED117; }
a { background-color: rgb(190,209,23); }
div.DivClassName
{
background-color: #BED117;
}
.BgClassName
{
background-color: #BED117;
}
</style>
border-color css
<style>
span { border-color: #BED117; }
span { border-color: rgb(190,209,23); }
td.TdClassName
{
border-color: #BED117;
}
.TagClassName
{
border-color: #BED117;
}
</style>