Shades of Rio Grande #BED718
Tints of Rio Grande #BED718
RGB
CMYK
RGB Variations
Color information
#BED718 (or 0xBED718) is known color: Rio Grande. HEX triplet: BE, D7 and 18. RGB value is (190,215,24). Sum of RGB (Red+Green+Blue) = 190+215+24=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #BED718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED718 is #4128E7. Grayscale: #BABABA. Windows color (decimal): -4270312 or 1628094. OLE color: 1628094.
HSL color Cylindrical-coordinate representation of color #BED718: hue angle of 67.85º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BED718 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 24 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.16 |
| HSL | 67.85º | 0.8% | 0.47% | - |
| HSV(B) | 67.85º | 0.89% | 0.84% | - |
| XYZ | 45.7 | 59.61 | 9.96 | - |
| YUV | 185.75 | 36.72 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 24 | 0.12 | 0 | 0.89 | 0.16 | 67.85 | 0.8 | 0.47 |
| Hex | BE | D7 | 18 | C | 0 | 59 | 10 | 44 | 50 | 2F |
| Octal | 276 | 327 | 30 | 14 | 0 | 131 | 20 | 104 | 120 | 57 |
| Binary | 10111110 | 11010111 | 11000 | 1100 | 0 | 1011001 | 10000 | 1000100 | 1010000 | 101111 |
Color Harmonies of #BED718
Complementary color
Monochromatic Colors of #BED718
Black with #BED718
Text Example
Text Example
White with #BED718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED718; }
p { color: rgb(190,215,24); }
H1.HeaderClassName
{
color: #BED718;
}
.AnyTagClassName
{
color: #BED718;
}
</style>
background-color css
<style>
a { background-color: #BED718; }
a { background-color: rgb(190,215,24); }
div.DivClassName
{
background-color: #BED718;
}
.BgClassName
{
background-color: #BED718;
}
</style>
border-color css
<style>
span { border-color: #BED718; }
span { border-color: rgb(190,215,24); }
td.TdClassName
{
border-color: #BED718;
}
.TagClassName
{
border-color: #BED718;
}
</style>