Shades of Rio Grande #BED418
Tints of Rio Grande #BED418
RGB
CMYK
RGB Variations
Color information
#BED418 (or 0xBED418) is known color: Rio Grande. HEX triplet: BE, D4 and 18. RGB value is (190,212,24). Sum of RGB (Red+Green+Blue) = 190+212+24=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #BED418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED418 is #412BE7. Grayscale: #B8B8B8. Windows color (decimal): -4271080 or 1627326. OLE color: 1627326.
HSL color Cylindrical-coordinate representation of color #BED418: hue angle of 67.02º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BED418 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 24 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.17 |
| HSL | 67.02º | 0.8% | 0.46% | - |
| HSV(B) | 67.02º | 0.89% | 0.83% | - |
| XYZ | 44.94 | 58.1 | 9.71 | - |
| YUV | 183.99 | 37.71 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 24 | 0.10 | 0 | 0.89 | 0.17 | 67.02 | 0.8 | 0.46 |
| Hex | BE | D4 | 18 | A | 0 | 59 | 11 | 43 | 50 | 2E |
| Octal | 276 | 324 | 30 | 12 | 0 | 131 | 21 | 103 | 120 | 56 |
| Binary | 10111110 | 11010100 | 11000 | 1010 | 0 | 1011001 | 10001 | 1000011 | 1010000 | 101110 |
Color Harmonies of #BED418
Complementary color
Monochromatic Colors of #BED418
Black with #BED418
Text Example
Text Example
White with #BED418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED418; }
p { color: rgb(190,212,24); }
H1.HeaderClassName
{
color: #BED418;
}
.AnyTagClassName
{
color: #BED418;
}
</style>
background-color css
<style>
a { background-color: #BED418; }
a { background-color: rgb(190,212,24); }
div.DivClassName
{
background-color: #BED418;
}
.BgClassName
{
background-color: #BED418;
}
</style>
border-color css
<style>
span { border-color: #BED418; }
span { border-color: rgb(190,212,24); }
td.TdClassName
{
border-color: #BED418;
}
.TagClassName
{
border-color: #BED418;
}
</style>