Shades of Rio Grande #BED110
Tints of Rio Grande #BED110
RGB
CMYK
RGB Variations
Color information
#BED110 (or 0xBED110) is known color: Rio Grande. HEX triplet: BE, D1 and 10. RGB value is (190,209,16). Sum of RGB (Red+Green+Blue) = 190+209+16=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #BED110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED110 is #412EEF. Grayscale: #B6B6B6. Windows color (decimal): -4271856 or 1102270. OLE color: 1102270.
HSL color Cylindrical-coordinate representation of color #BED110: hue angle of 65.91º degrees, saturation: 0.86, 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 #BED110 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 16 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.18 |
| HSL | 65.91º | 0.86% | 0.44% | - |
| HSV(B) | 65.91º | 0.92% | 0.82% | - |
| XYZ | 44.13 | 56.59 | 9.09 | - |
| YUV | 181.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 16 | 0.09 | 0 | 0.92 | 0.18 | 65.91 | 0.86 | 0.44 |
| Hex | BE | D1 | 10 | 9 | 0 | 5C | 12 | 42 | 56 | 2C |
| Octal | 276 | 321 | 20 | 11 | 0 | 134 | 22 | 102 | 126 | 54 |
| Binary | 10111110 | 11010001 | 10000 | 1001 | 0 | 1011100 | 10010 | 1000010 | 1010110 | 101100 |
Color Harmonies of #BED110
Complementary color
Monochromatic Colors of #BED110
Black with #BED110
Text Example
Text Example
White with #BED110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED110; }
p { color: rgb(190,209,16); }
H1.HeaderClassName
{
color: #BED110;
}
.AnyTagClassName
{
color: #BED110;
}
</style>
background-color css
<style>
a { background-color: #BED110; }
a { background-color: rgb(190,209,16); }
div.DivClassName
{
background-color: #BED110;
}
.BgClassName
{
background-color: #BED110;
}
</style>
border-color css
<style>
span { border-color: #BED110; }
span { border-color: rgb(190,209,16); }
td.TdClassName
{
border-color: #BED110;
}
.TagClassName
{
border-color: #BED110;
}
</style>