Shades of Rio Grande #BED412
Tints of Rio Grande #BED412
RGB
CMYK
RGB Variations
Color information
#BED412 (or 0xBED412) is known color: Rio Grande. HEX triplet: BE, D4 and 12. RGB value is (190,212,18). Sum of RGB (Red+Green+Blue) = 190+212+18=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #BED412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED412 is #412BED. Grayscale: #B8B8B8. Windows color (decimal): -4271086 or 1234110. OLE color: 1234110.
HSL color Cylindrical-coordinate representation of color #BED412: hue angle of 66.8º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BED412 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 18 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.17 |
| HSL | 66.8º | 0.84% | 0.45% | - |
| HSV(B) | 66.8º | 0.92% | 0.83% | - |
| XYZ | 44.89 | 58.08 | 9.42 | - |
| YUV | 183.31 | 34.71 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 18 | 0.10 | 0 | 0.92 | 0.17 | 66.8 | 0.84 | 0.45 |
| Hex | BE | D4 | 12 | A | 0 | 5C | 11 | 43 | 54 | 2D |
| Octal | 276 | 324 | 22 | 12 | 0 | 134 | 21 | 103 | 124 | 55 |
| Binary | 10111110 | 11010100 | 10010 | 1010 | 0 | 1011100 | 10001 | 1000011 | 1010100 | 101101 |
Color Harmonies of #BED412
Complementary color
Monochromatic Colors of #BED412
Black with #BED412
Text Example
Text Example
White with #BED412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED412; }
p { color: rgb(190,212,18); }
H1.HeaderClassName
{
color: #BED412;
}
.AnyTagClassName
{
color: #BED412;
}
</style>
background-color css
<style>
a { background-color: #BED412; }
a { background-color: rgb(190,212,18); }
div.DivClassName
{
background-color: #BED412;
}
.BgClassName
{
background-color: #BED412;
}
</style>
border-color css
<style>
span { border-color: #BED412; }
span { border-color: rgb(190,212,18); }
td.TdClassName
{
border-color: #BED412;
}
.TagClassName
{
border-color: #BED412;
}
</style>