Shades of Rio Grande #BED111
Tints of Rio Grande #BED111
RGB
CMYK
RGB Variations
Color information
#BED111 (or 0xBED111) is known color: Rio Grande. HEX triplet: BE, D1 and 11. RGB value is (190,209,17). Sum of RGB (Red+Green+Blue) = 190+209+17=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #BED111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED111 is #412EEE. Grayscale: #B6B6B6. Windows color (decimal): -4271855 or 1167806. OLE color: 1167806.
HSL color Cylindrical-coordinate representation of color #BED111: hue angle of 65.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BED111 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 17 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.18 |
| HSL | 65.94º | 0.85% | 0.44% | - |
| HSV(B) | 65.94º | 0.92% | 0.82% | - |
| XYZ | 44.14 | 56.59 | 9.13 | - |
| YUV | 181.43 | 35.21 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 17 | 0.09 | 0 | 0.92 | 0.18 | 65.94 | 0.85 | 0.44 |
| Hex | BE | D1 | 11 | 9 | 0 | 5C | 12 | 42 | 55 | 2C |
| Octal | 276 | 321 | 21 | 11 | 0 | 134 | 22 | 102 | 125 | 54 |
| Binary | 10111110 | 11010001 | 10001 | 1001 | 0 | 1011100 | 10010 | 1000010 | 1010101 | 101100 |
Color Harmonies of #BED111
Complementary color
Monochromatic Colors of #BED111
Black with #BED111
Text Example
Text Example
White with #BED111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED111; }
p { color: rgb(190,209,17); }
H1.HeaderClassName
{
color: #BED111;
}
.AnyTagClassName
{
color: #BED111;
}
</style>
background-color css
<style>
a { background-color: #BED111; }
a { background-color: rgb(190,209,17); }
div.DivClassName
{
background-color: #BED111;
}
.BgClassName
{
background-color: #BED111;
}
</style>
border-color css
<style>
span { border-color: #BED111; }
span { border-color: rgb(190,209,17); }
td.TdClassName
{
border-color: #BED111;
}
.TagClassName
{
border-color: #BED111;
}
</style>