Shades of Rio Grande #BED40E
Tints of Rio Grande #BED40E
RGB
CMYK
RGB Variations
Color information
#BED40E (or 0xBED40E) is known color: Rio Grande. HEX triplet: BE, D4 and 0E. RGB value is (190,212,14). Sum of RGB (Red+Green+Blue) = 190+212+14=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #BED40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED40E is #412BF1. Grayscale: #B7B7B7. Windows color (decimal): -4271090 or 971966. OLE color: 971966.
HSL color Cylindrical-coordinate representation of color #BED40E: hue angle of 66.67º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BED40E is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 14 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.17 |
| HSL | 66.67º | 0.88% | 0.44% | - |
| HSV(B) | 66.67º | 0.93% | 0.83% | - |
| XYZ | 44.86 | 58.07 | 9.26 | - |
| YUV | 182.85 | 32.71 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 14 | 0.10 | 0 | 0.93 | 0.17 | 66.67 | 0.88 | 0.44 |
| Hex | BE | D4 | E | A | 0 | 5D | 11 | 43 | 58 | 2C |
| Octal | 276 | 324 | 16 | 12 | 0 | 135 | 21 | 103 | 130 | 54 |
| Binary | 10111110 | 11010100 | 1110 | 1010 | 0 | 1011101 | 10001 | 1000011 | 1011000 | 101100 |
Color Harmonies of #BED40E
Complementary color
Monochromatic Colors of #BED40E
Black with #BED40E
Text Example
Text Example
White with #BED40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED40E; }
p { color: rgb(190,212,14); }
H1.HeaderClassName
{
color: #BED40E;
}
.AnyTagClassName
{
color: #BED40E;
}
</style>
background-color css
<style>
a { background-color: #BED40E; }
a { background-color: rgb(190,212,14); }
div.DivClassName
{
background-color: #BED40E;
}
.BgClassName
{
background-color: #BED40E;
}
</style>
border-color css
<style>
span { border-color: #BED40E; }
span { border-color: rgb(190,212,14); }
td.TdClassName
{
border-color: #BED40E;
}
.TagClassName
{
border-color: #BED40E;
}
</style>