Shades of Rio Grande #BED20F
Tints of Rio Grande #BED20F
RGB
CMYK
RGB Variations
Color information
#BED20F (or 0xBED20F) is known color: Rio Grande. HEX triplet: BE, D2 and 0F. RGB value is (190,210,15). Sum of RGB (Red+Green+Blue) = 190+210+15=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #BED20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED20F is #412DF0. Grayscale: #B6B6B6. Windows color (decimal): -4271601 or 1036990. OLE color: 1036990.
HSL color Cylindrical-coordinate representation of color #BED20F: hue angle of 66.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BED20F is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 15 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.18 |
| HSL | 66.15º | 0.87% | 0.44% | - |
| HSV(B) | 66.15º | 0.93% | 0.82% | - |
| XYZ | 44.37 | 57.07 | 9.13 | - |
| YUV | 181.79 | 33.87 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 15 | 0.10 | 0 | 0.93 | 0.18 | 66.15 | 0.87 | 0.44 |
| Hex | BE | D2 | F | A | 0 | 5D | 12 | 42 | 57 | 2C |
| Octal | 276 | 322 | 17 | 12 | 0 | 135 | 22 | 102 | 127 | 54 |
| Binary | 10111110 | 11010010 | 1111 | 1010 | 0 | 1011101 | 10010 | 1000010 | 1010111 | 101100 |
Color Harmonies of #BED20F
Complementary color
Monochromatic Colors of #BED20F
Black with #BED20F
Text Example
Text Example
White with #BED20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED20F; }
p { color: rgb(190,210,15); }
H1.HeaderClassName
{
color: #BED20F;
}
.AnyTagClassName
{
color: #BED20F;
}
</style>
background-color css
<style>
a { background-color: #BED20F; }
a { background-color: rgb(190,210,15); }
div.DivClassName
{
background-color: #BED20F;
}
.BgClassName
{
background-color: #BED20F;
}
</style>
border-color css
<style>
span { border-color: #BED20F; }
span { border-color: rgb(190,210,15); }
td.TdClassName
{
border-color: #BED20F;
}
.TagClassName
{
border-color: #BED20F;
}
</style>