Shades of Rio Grande #BED60D
Tints of Rio Grande #BED60D
RGB
CMYK
RGB Variations
Color information
#BED60D (or 0xBED60D) is known color: Rio Grande. HEX triplet: BE, D6 and 0D. RGB value is (190,214,13). Sum of RGB (Red+Green+Blue) = 190+214+13=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #BED60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED60D is #4129F2. Grayscale: #B8B8B8. Windows color (decimal): -4270579 or 906942. OLE color: 906942.
HSL color Cylindrical-coordinate representation of color #BED60D: hue angle of 67.16º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BED60D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 13 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.16 |
| HSL | 67.16º | 0.89% | 0.45% | - |
| HSV(B) | 67.16º | 0.94% | 0.84% | - |
| XYZ | 45.35 | 59.07 | 9.39 | - |
| YUV | 183.91 | 31.55 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 13 | 0.11 | 0 | 0.94 | 0.16 | 67.16 | 0.89 | 0.45 |
| Hex | BE | D6 | D | B | 0 | 5E | 10 | 43 | 59 | 2D |
| Octal | 276 | 326 | 15 | 13 | 0 | 136 | 20 | 103 | 131 | 55 |
| Binary | 10111110 | 11010110 | 1101 | 1011 | 0 | 1011110 | 10000 | 1000011 | 1011001 | 101101 |
Color Harmonies of #BED60D
Complementary color
Monochromatic Colors of #BED60D
Black with #BED60D
Text Example
Text Example
White with #BED60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED60D; }
p { color: rgb(190,214,13); }
H1.HeaderClassName
{
color: #BED60D;
}
.AnyTagClassName
{
color: #BED60D;
}
</style>
background-color css
<style>
a { background-color: #BED60D; }
a { background-color: rgb(190,214,13); }
div.DivClassName
{
background-color: #BED60D;
}
.BgClassName
{
background-color: #BED60D;
}
</style>
border-color css
<style>
span { border-color: #BED60D; }
span { border-color: rgb(190,214,13); }
td.TdClassName
{
border-color: #BED60D;
}
.TagClassName
{
border-color: #BED60D;
}
</style>