Shades of Rio Grande #BED40F
Tints of Rio Grande #BED40F
RGB
CMYK
RGB Variations
Color information
#BED40F (or 0xBED40F) is known color: Rio Grande. HEX triplet: BE, D4 and 0F. RGB value is (190,212,15). Sum of RGB (Red+Green+Blue) = 190+212+15=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #BED40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED40F is #412BF0. Grayscale: #B7B7B7. Windows color (decimal): -4271089 or 1037502. OLE color: 1037502.
HSL color Cylindrical-coordinate representation of color #BED40F: hue angle of 66.7º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BED40F is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 15 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.17 |
| HSL | 66.7º | 0.87% | 0.45% | - |
| HSV(B) | 66.7º | 0.93% | 0.83% | - |
| XYZ | 44.86 | 58.07 | 9.3 | - |
| YUV | 182.96 | 33.21 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 15 | 0.10 | 0 | 0.93 | 0.17 | 66.7 | 0.87 | 0.45 |
| Hex | BE | D4 | F | A | 0 | 5D | 11 | 43 | 57 | 2D |
| Octal | 276 | 324 | 17 | 12 | 0 | 135 | 21 | 103 | 127 | 55 |
| Binary | 10111110 | 11010100 | 1111 | 1010 | 0 | 1011101 | 10001 | 1000011 | 1010111 | 101101 |
Color Harmonies of #BED40F
Complementary color
Monochromatic Colors of #BED40F
Black with #BED40F
Text Example
Text Example
White with #BED40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED40F; }
p { color: rgb(190,212,15); }
H1.HeaderClassName
{
color: #BED40F;
}
.AnyTagClassName
{
color: #BED40F;
}
</style>
background-color css
<style>
a { background-color: #BED40F; }
a { background-color: rgb(190,212,15); }
div.DivClassName
{
background-color: #BED40F;
}
.BgClassName
{
background-color: #BED40F;
}
</style>
border-color css
<style>
span { border-color: #BED40F; }
span { border-color: rgb(190,212,15); }
td.TdClassName
{
border-color: #BED40F;
}
.TagClassName
{
border-color: #BED40F;
}
</style>