Shades of Rio Grande #BEC916
Tints of Rio Grande #BEC916
RGB
CMYK
RGB Variations
Color information
#BEC916 (or 0xBEC916) is known color: Rio Grande. HEX triplet: BE, C9 and 16. RGB value is (190,201,22). Sum of RGB (Red+Green+Blue) = 190+201+22=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC916 is #4136E9. Grayscale: #B2B2B2. Windows color (decimal): -4273898 or 1493438. OLE color: 1493438.
HSL color Cylindrical-coordinate representation of color #BEC916: hue angle of 63.69º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEC916 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 22 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.21 |
| HSL | 63.69º | 0.8% | 0.44% | - |
| HSV(B) | 63.69º | 0.89% | 0.79% | - |
| XYZ | 42.27 | 52.78 | 8.72 | - |
| YUV | 177.31 | 40.36 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 22 | 0.05 | 0 | 0.89 | 0.21 | 63.69 | 0.8 | 0.44 |
| Hex | BE | C9 | 16 | 5 | 0 | 59 | 15 | 40 | 50 | 2C |
| Octal | 276 | 311 | 26 | 5 | 0 | 131 | 25 | 100 | 120 | 54 |
| Binary | 10111110 | 11001001 | 10110 | 101 | 0 | 1011001 | 10101 | 1000000 | 1010000 | 101100 |
Color Harmonies of #BEC916
Complementary color
Monochromatic Colors of #BEC916
Black with #BEC916
Text Example
Text Example
White with #BEC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC916; }
p { color: rgb(190,201,22); }
H1.HeaderClassName
{
color: #BEC916;
}
.AnyTagClassName
{
color: #BEC916;
}
</style>
background-color css
<style>
a { background-color: #BEC916; }
a { background-color: rgb(190,201,22); }
div.DivClassName
{
background-color: #BEC916;
}
.BgClassName
{
background-color: #BEC916;
}
</style>
border-color css
<style>
span { border-color: #BEC916; }
span { border-color: rgb(190,201,22); }
td.TdClassName
{
border-color: #BEC916;
}
.TagClassName
{
border-color: #BEC916;
}
</style>