Shades of Rio Grande #BED519
Tints of Rio Grande #BED519
RGB
CMYK
RGB Variations
Color information
#BED519 (or 0xBED519) is known color: Rio Grande. HEX triplet: BE, D5 and 19. RGB value is (190,213,25). Sum of RGB (Red+Green+Blue) = 190+213+25=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #BED519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED519 is #412AE6. Grayscale: #B9B9B9. Windows color (decimal): -4270823 or 1693118. OLE color: 1693118.
HSL color Cylindrical-coordinate representation of color #BED519: hue angle of 67.34º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BED519 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 25 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.16 |
| HSL | 67.34º | 0.79% | 0.47% | - |
| HSV(B) | 67.34º | 0.88% | 0.84% | - |
| XYZ | 45.2 | 58.61 | 9.85 | - |
| YUV | 184.69 | 37.88 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 25 | 0.11 | 0 | 0.88 | 0.16 | 67.34 | 0.79 | 0.47 |
| Hex | BE | D5 | 19 | B | 0 | 58 | 10 | 43 | 4F | 2F |
| Octal | 276 | 325 | 31 | 13 | 0 | 130 | 20 | 103 | 117 | 57 |
| Binary | 10111110 | 11010101 | 11001 | 1011 | 0 | 1011000 | 10000 | 1000011 | 1001111 | 101111 |
Color Harmonies of #BED519
Complementary color
Monochromatic Colors of #BED519
Black with #BED519
Text Example
Text Example
White with #BED519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED519; }
p { color: rgb(190,213,25); }
H1.HeaderClassName
{
color: #BED519;
}
.AnyTagClassName
{
color: #BED519;
}
</style>
background-color css
<style>
a { background-color: #BED519; }
a { background-color: rgb(190,213,25); }
div.DivClassName
{
background-color: #BED519;
}
.BgClassName
{
background-color: #BED519;
}
</style>
border-color css
<style>
span { border-color: #BED519; }
span { border-color: rgb(190,213,25); }
td.TdClassName
{
border-color: #BED519;
}
.TagClassName
{
border-color: #BED519;
}
</style>