Shades of Rio Grande #BED512
Tints of Rio Grande #BED512
RGB
CMYK
RGB Variations
Color information
#BED512 (or 0xBED512) is known color: Rio Grande. HEX triplet: BE, D5 and 12. RGB value is (190,213,18). Sum of RGB (Red+Green+Blue) = 190+213+18=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #BED512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED512 is #412AED. Grayscale: #B8B8B8. Windows color (decimal): -4270830 or 1234366. OLE color: 1234366.
HSL color Cylindrical-coordinate representation of color #BED512: hue angle of 67.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BED512 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 18 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.16 |
| HSL | 67.08º | 0.84% | 0.45% | - |
| HSV(B) | 67.08º | 0.92% | 0.84% | - |
| XYZ | 45.14 | 58.58 | 9.5 | - |
| YUV | 183.89 | 34.38 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 18 | 0.11 | 0 | 0.92 | 0.16 | 67.08 | 0.84 | 0.45 |
| Hex | BE | D5 | 12 | B | 0 | 5C | 10 | 43 | 54 | 2D |
| Octal | 276 | 325 | 22 | 13 | 0 | 134 | 20 | 103 | 124 | 55 |
| Binary | 10111110 | 11010101 | 10010 | 1011 | 0 | 1011100 | 10000 | 1000011 | 1010100 | 101101 |
Color Harmonies of #BED512
Complementary color
Monochromatic Colors of #BED512
Black with #BED512
Text Example
Text Example
White with #BED512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED512; }
p { color: rgb(190,213,18); }
H1.HeaderClassName
{
color: #BED512;
}
.AnyTagClassName
{
color: #BED512;
}
</style>
background-color css
<style>
a { background-color: #BED512; }
a { background-color: rgb(190,213,18); }
div.DivClassName
{
background-color: #BED512;
}
.BgClassName
{
background-color: #BED512;
}
</style>
border-color css
<style>
span { border-color: #BED512; }
span { border-color: rgb(190,213,18); }
td.TdClassName
{
border-color: #BED512;
}
.TagClassName
{
border-color: #BED512;
}
</style>