Shades of Rio Grande #BEC91E
Tints of Rio Grande #BEC91E
RGB
CMYK
RGB Variations
Color information
#BEC91E (or 0xBEC91E) is known color: Rio Grande. HEX triplet: BE, C9 and 1E. RGB value is (190,201,30). Sum of RGB (Red+Green+Blue) = 190+201+30=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC91E is #4136E1. Grayscale: #B2B2B2. Windows color (decimal): -4273890 or 2017726. OLE color: 2017726.
HSL color Cylindrical-coordinate representation of color #BEC91E: hue angle of 63.86º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEC91E is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 30 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.21 |
| HSL | 63.86º | 0.74% | 0.45% | - |
| HSV(B) | 63.86º | 0.85% | 0.79% | - |
| XYZ | 42.36 | 52.81 | 9.19 | - |
| YUV | 178.22 | 44.36 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 30 | 0.05 | 0 | 0.85 | 0.21 | 63.86 | 0.74 | 0.45 |
| Hex | BE | C9 | 1E | 5 | 0 | 55 | 15 | 40 | 4A | 2D |
| Octal | 276 | 311 | 36 | 5 | 0 | 125 | 25 | 100 | 112 | 55 |
| Binary | 10111110 | 11001001 | 11110 | 101 | 0 | 1010101 | 10101 | 1000000 | 1001010 | 101101 |
Color Harmonies of #BEC91E
Complementary color
Monochromatic Colors of #BEC91E
Black with #BEC91E
Text Example
Text Example
White with #BEC91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC91E; }
p { color: rgb(190,201,30); }
H1.HeaderClassName
{
color: #BEC91E;
}
.AnyTagClassName
{
color: #BEC91E;
}
</style>
background-color css
<style>
a { background-color: #BEC91E; }
a { background-color: rgb(190,201,30); }
div.DivClassName
{
background-color: #BEC91E;
}
.BgClassName
{
background-color: #BEC91E;
}
</style>
border-color css
<style>
span { border-color: #BEC91E; }
span { border-color: rgb(190,201,30); }
td.TdClassName
{
border-color: #BEC91E;
}
.TagClassName
{
border-color: #BEC91E;
}
</style>