Shades of Rio Grande #BED40D
Tints of Rio Grande #BED40D
RGB
CMYK
RGB Variations
Color information
#BED40D (or 0xBED40D) is known color: Rio Grande. HEX triplet: BE, D4 and 0D. RGB value is (190,212,13). Sum of RGB (Red+Green+Blue) = 190+212+13=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #BED40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED40D is #412BF2. Grayscale: #B7B7B7. Windows color (decimal): -4271091 or 906430. OLE color: 906430.
HSL color Cylindrical-coordinate representation of color #BED40D: hue angle of 66.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BED40D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 13 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.17 |
| HSL | 66.63º | 0.88% | 0.44% | - |
| HSV(B) | 66.63º | 0.94% | 0.83% | - |
| XYZ | 44.85 | 58.06 | 9.22 | - |
| YUV | 182.74 | 32.21 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 13 | 0.10 | 0 | 0.94 | 0.17 | 66.63 | 0.88 | 0.44 |
| Hex | BE | D4 | D | A | 0 | 5E | 11 | 43 | 58 | 2C |
| Octal | 276 | 324 | 15 | 12 | 0 | 136 | 21 | 103 | 130 | 54 |
| Binary | 10111110 | 11010100 | 1101 | 1010 | 0 | 1011110 | 10001 | 1000011 | 1011000 | 101100 |
Color Harmonies of #BED40D
Complementary color
Monochromatic Colors of #BED40D
Black with #BED40D
Text Example
Text Example
White with #BED40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED40D; }
p { color: rgb(190,212,13); }
H1.HeaderClassName
{
color: #BED40D;
}
.AnyTagClassName
{
color: #BED40D;
}
</style>
background-color css
<style>
a { background-color: #BED40D; }
a { background-color: rgb(190,212,13); }
div.DivClassName
{
background-color: #BED40D;
}
.BgClassName
{
background-color: #BED40D;
}
</style>
border-color css
<style>
span { border-color: #BED40D; }
span { border-color: rgb(190,212,13); }
td.TdClassName
{
border-color: #BED40D;
}
.TagClassName
{
border-color: #BED40D;
}
</style>