Shades of Rio Grande #BEC519
Tints of Rio Grande #BEC519
RGB
CMYK
RGB Variations
Color information
#BEC519 (or 0xBEC519) is known color: Rio Grande. HEX triplet: BE, C5 and 19. RGB value is (190,197,25). Sum of RGB (Red+Green+Blue) = 190+197+25=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC519 is #413AE6. Grayscale: #AFAFAF. Windows color (decimal): -4274919 or 1689022. OLE color: 1689022.
HSL color Cylindrical-coordinate representation of color #BEC519: hue angle of 62.44º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEC519 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 25 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.23 |
| HSL | 62.44º | 0.77% | 0.44% | - |
| HSV(B) | 62.44º | 0.87% | 0.77% | - |
| XYZ | 41.38 | 50.95 | 8.57 | - |
| YUV | 175.3 | 43.18 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 25 | 0.04 | 0 | 0.87 | 0.23 | 62.44 | 0.77 | 0.44 |
| Hex | BE | C5 | 19 | 4 | 0 | 57 | 17 | 3E | 4D | 2C |
| Octal | 276 | 305 | 31 | 4 | 0 | 127 | 27 | 76 | 115 | 54 |
| Binary | 10111110 | 11000101 | 11001 | 100 | 0 | 1010111 | 10111 | 111110 | 1001101 | 101100 |
Color Harmonies of #BEC519
Complementary color
Monochromatic Colors of #BEC519
Black with #BEC519
Text Example
Text Example
White with #BEC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC519; }
p { color: rgb(190,197,25); }
H1.HeaderClassName
{
color: #BEC519;
}
.AnyTagClassName
{
color: #BEC519;
}
</style>
background-color css
<style>
a { background-color: #BEC519; }
a { background-color: rgb(190,197,25); }
div.DivClassName
{
background-color: #BEC519;
}
.BgClassName
{
background-color: #BEC519;
}
</style>
border-color css
<style>
span { border-color: #BEC519; }
span { border-color: rgb(190,197,25); }
td.TdClassName
{
border-color: #BEC519;
}
.TagClassName
{
border-color: #BEC519;
}
</style>