Shades of Rio Grande #BED20D
Tints of Rio Grande #BED20D
RGB
CMYK
RGB Variations
Color information
#BED20D (or 0xBED20D) is known color: Rio Grande. HEX triplet: BE, D2 and 0D. RGB value is (190,210,13). Sum of RGB (Red+Green+Blue) = 190+210+13=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #BED20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED20D is #412DF2. Grayscale: #B6B6B6. Windows color (decimal): -4271603 or 905918. OLE color: 905918.
HSL color Cylindrical-coordinate representation of color #BED20D: hue angle of 66.09º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BED20D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 13 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.18 |
| HSL | 66.09º | 0.88% | 0.44% | - |
| HSV(B) | 66.09º | 0.94% | 0.82% | - |
| XYZ | 44.35 | 57.07 | 9.06 | - |
| YUV | 181.56 | 32.87 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 13 | 0.10 | 0 | 0.94 | 0.18 | 66.09 | 0.88 | 0.44 |
| Hex | BE | D2 | D | A | 0 | 5E | 12 | 42 | 58 | 2C |
| Octal | 276 | 322 | 15 | 12 | 0 | 136 | 22 | 102 | 130 | 54 |
| Binary | 10111110 | 11010010 | 1101 | 1010 | 0 | 1011110 | 10010 | 1000010 | 1011000 | 101100 |
Color Harmonies of #BED20D
Complementary color
Monochromatic Colors of #BED20D
Black with #BED20D
Text Example
Text Example
White with #BED20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED20D; }
p { color: rgb(190,210,13); }
H1.HeaderClassName
{
color: #BED20D;
}
.AnyTagClassName
{
color: #BED20D;
}
</style>
background-color css
<style>
a { background-color: #BED20D; }
a { background-color: rgb(190,210,13); }
div.DivClassName
{
background-color: #BED20D;
}
.BgClassName
{
background-color: #BED20D;
}
</style>
border-color css
<style>
span { border-color: #BED20D; }
span { border-color: rgb(190,210,13); }
td.TdClassName
{
border-color: #BED20D;
}
.TagClassName
{
border-color: #BED20D;
}
</style>