Shades of Rio Grande #BEC81E
Tints of Rio Grande #BEC81E
RGB
CMYK
RGB Variations
Color information
#BEC81E (or 0xBEC81E) is known color: Rio Grande. HEX triplet: BE, C8 and 1E. RGB value is (190,200,30). Sum of RGB (Red+Green+Blue) = 190+200+30=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC81E is #4137E1. Grayscale: #B2B2B2. Windows color (decimal): -4274146 or 2017470. OLE color: 2017470.
HSL color Cylindrical-coordinate representation of color #BEC81E: hue angle of 63.53º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEC81E is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 30 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.22 |
| HSL | 63.53º | 0.74% | 0.45% | - |
| HSV(B) | 63.53º | 0.85% | 0.78% | - |
| XYZ | 42.12 | 52.35 | 9.11 | - |
| YUV | 177.63 | 44.69 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 30 | 0.05 | 0 | 0.85 | 0.22 | 63.53 | 0.74 | 0.45 |
| Hex | BE | C8 | 1E | 5 | 0 | 55 | 16 | 40 | 4A | 2D |
| Octal | 276 | 310 | 36 | 5 | 0 | 125 | 26 | 100 | 112 | 55 |
| Binary | 10111110 | 11001000 | 11110 | 101 | 0 | 1010101 | 10110 | 1000000 | 1001010 | 101101 |
Color Harmonies of #BEC81E
Complementary color
Monochromatic Colors of #BEC81E
Black with #BEC81E
Text Example
Text Example
White with #BEC81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC81E; }
p { color: rgb(190,200,30); }
H1.HeaderClassName
{
color: #BEC81E;
}
.AnyTagClassName
{
color: #BEC81E;
}
</style>
background-color css
<style>
a { background-color: #BEC81E; }
a { background-color: rgb(190,200,30); }
div.DivClassName
{
background-color: #BEC81E;
}
.BgClassName
{
background-color: #BEC81E;
}
</style>
border-color css
<style>
span { border-color: #BEC81E; }
span { border-color: rgb(190,200,30); }
td.TdClassName
{
border-color: #BEC81E;
}
.TagClassName
{
border-color: #BEC81E;
}
</style>