Shades of Rio Grande #BEC31F
Tints of Rio Grande #BEC31F
RGB
CMYK
RGB Variations
Color information
#BEC31F (or 0xBEC31F) is known color: Rio Grande. HEX triplet: BE, C3 and 1F. RGB value is (190,195,31). Sum of RGB (Red+Green+Blue) = 190+195+31=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC31F is #413CE0. Grayscale: #AFAFAF. Windows color (decimal): -4275425 or 2081726. OLE color: 2081726.
HSL color Cylindrical-coordinate representation of color #BEC31F: hue angle of 61.83º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEC31F is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 31 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.24 |
| HSL | 61.83º | 0.73% | 0.44% | - |
| HSV(B) | 61.83º | 0.84% | 0.76% | - |
| XYZ | 41 | 50.08 | 8.8 | - |
| YUV | 174.81 | 46.84 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 31 | 0.03 | 0 | 0.84 | 0.24 | 61.83 | 0.73 | 0.44 |
| Hex | BE | C3 | 1F | 3 | 0 | 54 | 18 | 3E | 49 | 2C |
| Octal | 276 | 303 | 37 | 3 | 0 | 124 | 30 | 76 | 111 | 54 |
| Binary | 10111110 | 11000011 | 11111 | 11 | 0 | 1010100 | 11000 | 111110 | 1001001 | 101100 |
Color Harmonies of #BEC31F
Complementary color
Monochromatic Colors of #BEC31F
Black with #BEC31F
Text Example
Text Example
White with #BEC31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC31F; }
p { color: rgb(190,195,31); }
H1.HeaderClassName
{
color: #BEC31F;
}
.AnyTagClassName
{
color: #BEC31F;
}
</style>
background-color css
<style>
a { background-color: #BEC31F; }
a { background-color: rgb(190,195,31); }
div.DivClassName
{
background-color: #BEC31F;
}
.BgClassName
{
background-color: #BEC31F;
}
</style>
border-color css
<style>
span { border-color: #BEC31F; }
span { border-color: rgb(190,195,31); }
td.TdClassName
{
border-color: #BEC31F;
}
.TagClassName
{
border-color: #BEC31F;
}
</style>