Shades of Rio Grande #BEC913
Tints of Rio Grande #BEC913
RGB
CMYK
RGB Variations
Color information
#BEC913 (or 0xBEC913) is known color: Rio Grande. HEX triplet: BE, C9 and 13. RGB value is (190,201,19). Sum of RGB (Red+Green+Blue) = 190+201+19=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC913 is #4136EC. Grayscale: #B1B1B1. Windows color (decimal): -4273901 or 1296830. OLE color: 1296830.
HSL color Cylindrical-coordinate representation of color #BEC913: hue angle of 63.63º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEC913 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 19 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.21 |
| HSL | 63.63º | 0.83% | 0.43% | - |
| HSV(B) | 63.63º | 0.91% | 0.79% | - |
| XYZ | 42.24 | 52.77 | 8.57 | - |
| YUV | 176.96 | 38.86 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 19 | 0.05 | 0 | 0.91 | 0.21 | 63.63 | 0.83 | 0.43 |
| Hex | BE | C9 | 13 | 5 | 0 | 5B | 15 | 40 | 53 | 2B |
| Octal | 276 | 311 | 23 | 5 | 0 | 133 | 25 | 100 | 123 | 53 |
| Binary | 10111110 | 11001001 | 10011 | 101 | 0 | 1011011 | 10101 | 1000000 | 1010011 | 101011 |
Color Harmonies of #BEC913
Complementary color
Monochromatic Colors of #BEC913
Black with #BEC913
Text Example
Text Example
White with #BEC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC913; }
p { color: rgb(190,201,19); }
H1.HeaderClassName
{
color: #BEC913;
}
.AnyTagClassName
{
color: #BEC913;
}
</style>
background-color css
<style>
a { background-color: #BEC913; }
a { background-color: rgb(190,201,19); }
div.DivClassName
{
background-color: #BEC913;
}
.BgClassName
{
background-color: #BEC913;
}
</style>
border-color css
<style>
span { border-color: #BEC913; }
span { border-color: rgb(190,201,19); }
td.TdClassName
{
border-color: #BEC913;
}
.TagClassName
{
border-color: #BEC913;
}
</style>