Shades of Rio Grande #BED30F
Tints of Rio Grande #BED30F
RGB
CMYK
RGB Variations
Color information
#BED30F (or 0xBED30F) is known color: Rio Grande. HEX triplet: BE, D3 and 0F. RGB value is (190,211,15). Sum of RGB (Red+Green+Blue) = 190+211+15=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #BED30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED30F is #412CF0. Grayscale: #B7B7B7. Windows color (decimal): -4271345 or 1037246. OLE color: 1037246.
HSL color Cylindrical-coordinate representation of color #BED30F: hue angle of 66.43º degrees, saturation: 0.87, 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 #BED30F is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 15 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.17 |
| HSL | 66.43º | 0.87% | 0.44% | - |
| HSV(B) | 66.43º | 0.93% | 0.83% | - |
| XYZ | 44.62 | 57.57 | 9.21 | - |
| YUV | 182.38 | 33.54 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 15 | 0.10 | 0 | 0.93 | 0.17 | 66.43 | 0.87 | 0.44 |
| Hex | BE | D3 | F | A | 0 | 5D | 11 | 42 | 57 | 2C |
| Octal | 276 | 323 | 17 | 12 | 0 | 135 | 21 | 102 | 127 | 54 |
| Binary | 10111110 | 11010011 | 1111 | 1010 | 0 | 1011101 | 10001 | 1000010 | 1010111 | 101100 |
Color Harmonies of #BED30F
Complementary color
Monochromatic Colors of #BED30F
Black with #BED30F
Text Example
Text Example
White with #BED30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED30F; }
p { color: rgb(190,211,15); }
H1.HeaderClassName
{
color: #BED30F;
}
.AnyTagClassName
{
color: #BED30F;
}
</style>
background-color css
<style>
a { background-color: #BED30F; }
a { background-color: rgb(190,211,15); }
div.DivClassName
{
background-color: #BED30F;
}
.BgClassName
{
background-color: #BED30F;
}
</style>
border-color css
<style>
span { border-color: #BED30F; }
span { border-color: rgb(190,211,15); }
td.TdClassName
{
border-color: #BED30F;
}
.TagClassName
{
border-color: #BED30F;
}
</style>