Shades of Rio Grande #BEC81F
Tints of Rio Grande #BEC81F
RGB
CMYK
RGB Variations
Color information
#BEC81F (or 0xBEC81F) is known color: Rio Grande. HEX triplet: BE, C8 and 1F. RGB value is (190,200,31). Sum of RGB (Red+Green+Blue) = 190+200+31=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC81F is #4137E0. Grayscale: #B2B2B2. Windows color (decimal): -4274145 or 2083006. OLE color: 2083006.
HSL color Cylindrical-coordinate representation of color #BEC81F: hue angle of 63.55º degrees, saturation: 0.73, 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 #BEC81F is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 31 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.22 |
| HSL | 63.55º | 0.73% | 0.45% | - |
| HSV(B) | 63.55º | 0.85% | 0.78% | - |
| XYZ | 42.14 | 52.35 | 9.18 | - |
| YUV | 177.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 31 | 0.05 | 0 | 0.84 | 0.22 | 63.55 | 0.73 | 0.45 |
| Hex | BE | C8 | 1F | 5 | 0 | 54 | 16 | 40 | 49 | 2D |
| Octal | 276 | 310 | 37 | 5 | 0 | 124 | 26 | 100 | 111 | 55 |
| Binary | 10111110 | 11001000 | 11111 | 101 | 0 | 1010100 | 10110 | 1000000 | 1001001 | 101101 |
Color Harmonies of #BEC81F
Complementary color
Monochromatic Colors of #BEC81F
Black with #BEC81F
Text Example
Text Example
White with #BEC81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC81F; }
p { color: rgb(190,200,31); }
H1.HeaderClassName
{
color: #BEC81F;
}
.AnyTagClassName
{
color: #BEC81F;
}
</style>
background-color css
<style>
a { background-color: #BEC81F; }
a { background-color: rgb(190,200,31); }
div.DivClassName
{
background-color: #BEC81F;
}
.BgClassName
{
background-color: #BEC81F;
}
</style>
border-color css
<style>
span { border-color: #BEC81F; }
span { border-color: rgb(190,200,31); }
td.TdClassName
{
border-color: #BEC81F;
}
.TagClassName
{
border-color: #BEC81F;
}
</style>