Shades of Rio Grande #BED816
Tints of Rio Grande #BED816
RGB
CMYK
RGB Variations
Color information
#BED816 (or 0xBED816) is known color: Rio Grande. HEX triplet: BE, D8 and 16. RGB value is (190,216,22). Sum of RGB (Red+Green+Blue) = 190+216+22=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #BED816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED816 is #4127E9. Grayscale: #BABABA. Windows color (decimal): -4270058 or 1497278. OLE color: 1497278.
HSL color Cylindrical-coordinate representation of color #BED816: hue angle of 68.04º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BED816 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.15 |
| HSL | 68.04º | 0.82% | 0.47% | - |
| HSV(B) | 68.04º | 0.9% | 0.85% | - |
| XYZ | 45.94 | 60.12 | 9.94 | - |
| YUV | 186.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 22 | 0.12 | 0 | 0.90 | 0.15 | 68.04 | 0.82 | 0.47 |
| Hex | BE | D8 | 16 | C | 0 | 5A | F | 44 | 52 | 2F |
| Octal | 276 | 330 | 26 | 14 | 0 | 132 | 17 | 104 | 122 | 57 |
| Binary | 10111110 | 11011000 | 10110 | 1100 | 0 | 1011010 | 1111 | 1000100 | 1010010 | 101111 |
Color Harmonies of #BED816
Complementary color
Monochromatic Colors of #BED816
Black with #BED816
Text Example
Text Example
White with #BED816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED816; }
p { color: rgb(190,216,22); }
H1.HeaderClassName
{
color: #BED816;
}
.AnyTagClassName
{
color: #BED816;
}
</style>
background-color css
<style>
a { background-color: #BED816; }
a { background-color: rgb(190,216,22); }
div.DivClassName
{
background-color: #BED816;
}
.BgClassName
{
background-color: #BED816;
}
</style>
border-color css
<style>
span { border-color: #BED816; }
span { border-color: rgb(190,216,22); }
td.TdClassName
{
border-color: #BED816;
}
.TagClassName
{
border-color: #BED816;
}
</style>