Shades of Rio Grande #BEC915
Tints of Rio Grande #BEC915
RGB
CMYK
RGB Variations
Color information
#BEC915 (or 0xBEC915) is known color: Rio Grande. HEX triplet: BE, C9 and 15. RGB value is (190,201,21). Sum of RGB (Red+Green+Blue) = 190+201+21=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC915 is #4136EA. Grayscale: #B1B1B1. Windows color (decimal): -4273899 or 1427902. OLE color: 1427902.
HSL color Cylindrical-coordinate representation of color #BEC915: hue angle of 63.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEC915 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 21 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.21 |
| HSL | 63.67º | 0.81% | 0.44% | - |
| HSV(B) | 63.67º | 0.9% | 0.79% | - |
| XYZ | 42.26 | 52.77 | 8.67 | - |
| YUV | 177.19 | 39.86 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 21 | 0.05 | 0 | 0.90 | 0.21 | 63.67 | 0.81 | 0.44 |
| Hex | BE | C9 | 15 | 5 | 0 | 5A | 15 | 40 | 51 | 2C |
| Octal | 276 | 311 | 25 | 5 | 0 | 132 | 25 | 100 | 121 | 54 |
| Binary | 10111110 | 11001001 | 10101 | 101 | 0 | 1011010 | 10101 | 1000000 | 1010001 | 101100 |
Color Harmonies of #BEC915
Complementary color
Monochromatic Colors of #BEC915
Black with #BEC915
Text Example
Text Example
White with #BEC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC915; }
p { color: rgb(190,201,21); }
H1.HeaderClassName
{
color: #BEC915;
}
.AnyTagClassName
{
color: #BEC915;
}
</style>
background-color css
<style>
a { background-color: #BEC915; }
a { background-color: rgb(190,201,21); }
div.DivClassName
{
background-color: #BEC915;
}
.BgClassName
{
background-color: #BEC915;
}
</style>
border-color css
<style>
span { border-color: #BEC915; }
span { border-color: rgb(190,201,21); }
td.TdClassName
{
border-color: #BEC915;
}
.TagClassName
{
border-color: #BEC915;
}
</style>