Shades of Rio Grande #BED312
Tints of Rio Grande #BED312
RGB
CMYK
RGB Variations
Color information
#BED312 (or 0xBED312) is known color: Rio Grande. HEX triplet: BE, D3 and 12. RGB value is (190,211,18). Sum of RGB (Red+Green+Blue) = 190+211+18=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #BED312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED312 is #412CED. Grayscale: #B7B7B7. Windows color (decimal): -4271342 or 1233854. OLE color: 1233854.
HSL color Cylindrical-coordinate representation of color #BED312: hue angle of 66.53º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BED312 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 18 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.17 |
| HSL | 66.53º | 0.84% | 0.45% | - |
| HSV(B) | 66.53º | 0.91% | 0.83% | - |
| XYZ | 44.64 | 57.58 | 9.33 | - |
| YUV | 182.72 | 35.04 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 18 | 0.10 | 0 | 0.91 | 0.17 | 66.53 | 0.84 | 0.45 |
| Hex | BE | D3 | 12 | A | 0 | 5B | 11 | 43 | 54 | 2D |
| Octal | 276 | 323 | 22 | 12 | 0 | 133 | 21 | 103 | 124 | 55 |
| Binary | 10111110 | 11010011 | 10010 | 1010 | 0 | 1011011 | 10001 | 1000011 | 1010100 | 101101 |
Color Harmonies of #BED312
Complementary color
Monochromatic Colors of #BED312
Black with #BED312
Text Example
Text Example
White with #BED312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED312; }
p { color: rgb(190,211,18); }
H1.HeaderClassName
{
color: #BED312;
}
.AnyTagClassName
{
color: #BED312;
}
</style>
background-color css
<style>
a { background-color: #BED312; }
a { background-color: rgb(190,211,18); }
div.DivClassName
{
background-color: #BED312;
}
.BgClassName
{
background-color: #BED312;
}
</style>
border-color css
<style>
span { border-color: #BED312; }
span { border-color: rgb(190,211,18); }
td.TdClassName
{
border-color: #BED312;
}
.TagClassName
{
border-color: #BED312;
}
</style>