Shades of Rio Grande #BED30C
Tints of Rio Grande #BED30C
RGB
CMYK
RGB Variations
Color information
#BED30C (or 0xBED30C) is known color: Rio Grande. HEX triplet: BE, D3 and 0C. RGB value is (190,211,12). Sum of RGB (Red+Green+Blue) = 190+211+12=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #BED30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED30C is #412CF3. Grayscale: #B6B6B6. Windows color (decimal): -4271348 or 840638. OLE color: 840638.
HSL color Cylindrical-coordinate representation of color #BED30C: hue angle of 66.33º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BED30C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.17 |
| HSL | 66.33º | 0.89% | 0.44% | - |
| HSV(B) | 66.33º | 0.94% | 0.83% | - |
| XYZ | 44.6 | 57.56 | 9.11 | - |
| YUV | 182.04 | 32.04 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 12 | 0.10 | 0 | 0.94 | 0.17 | 66.33 | 0.89 | 0.44 |
| Hex | BE | D3 | C | A | 0 | 5E | 11 | 42 | 59 | 2C |
| Octal | 276 | 323 | 14 | 12 | 0 | 136 | 21 | 102 | 131 | 54 |
| Binary | 10111110 | 11010011 | 1100 | 1010 | 0 | 1011110 | 10001 | 1000010 | 1011001 | 101100 |
Color Harmonies of #BED30C
Complementary color
Monochromatic Colors of #BED30C
Black with #BED30C
Text Example
Text Example
White with #BED30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED30C; }
p { color: rgb(190,211,12); }
H1.HeaderClassName
{
color: #BED30C;
}
.AnyTagClassName
{
color: #BED30C;
}
</style>
background-color css
<style>
a { background-color: #BED30C; }
a { background-color: rgb(190,211,12); }
div.DivClassName
{
background-color: #BED30C;
}
.BgClassName
{
background-color: #BED30C;
}
</style>
border-color css
<style>
span { border-color: #BED30C; }
span { border-color: rgb(190,211,12); }
td.TdClassName
{
border-color: #BED30C;
}
.TagClassName
{
border-color: #BED30C;
}
</style>