Shades of Rio Grande #BEC41E
Tints of Rio Grande #BEC41E
RGB
CMYK
RGB Variations
Color information
#BEC41E (or 0xBEC41E) is known color: Rio Grande. HEX triplet: BE, C4 and 1E. RGB value is (190,196,30). Sum of RGB (Red+Green+Blue) = 190+196+30=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC41E is #413BE1. Grayscale: #AFAFAF. Windows color (decimal): -4275170 or 2016446. OLE color: 2016446.
HSL color Cylindrical-coordinate representation of color #BEC41E: hue angle of 62.17º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEC41E is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 30 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.23 |
| HSL | 62.17º | 0.73% | 0.44% | - |
| HSV(B) | 62.17º | 0.85% | 0.77% | - |
| XYZ | 41.21 | 50.52 | 8.81 | - |
| YUV | 175.28 | 46.01 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 30 | 0.03 | 0 | 0.85 | 0.23 | 62.17 | 0.73 | 0.44 |
| Hex | BE | C4 | 1E | 3 | 0 | 55 | 17 | 3E | 49 | 2C |
| Octal | 276 | 304 | 36 | 3 | 0 | 125 | 27 | 76 | 111 | 54 |
| Binary | 10111110 | 11000100 | 11110 | 11 | 0 | 1010101 | 10111 | 111110 | 1001001 | 101100 |
Color Harmonies of #BEC41E
Complementary color
Monochromatic Colors of #BEC41E
Black with #BEC41E
Text Example
Text Example
White with #BEC41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC41E; }
p { color: rgb(190,196,30); }
H1.HeaderClassName
{
color: #BEC41E;
}
.AnyTagClassName
{
color: #BEC41E;
}
</style>
background-color css
<style>
a { background-color: #BEC41E; }
a { background-color: rgb(190,196,30); }
div.DivClassName
{
background-color: #BEC41E;
}
.BgClassName
{
background-color: #BEC41E;
}
</style>
border-color css
<style>
span { border-color: #BEC41E; }
span { border-color: rgb(190,196,30); }
td.TdClassName
{
border-color: #BEC41E;
}
.TagClassName
{
border-color: #BEC41E;
}
</style>