Shades of Rio Grande #BEC517
Tints of Rio Grande #BEC517
RGB
CMYK
RGB Variations
Color information
#BEC517 (or 0xBEC517) is known color: Rio Grande. HEX triplet: BE, C5 and 17. RGB value is (190,197,23). Sum of RGB (Red+Green+Blue) = 190+197+23=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC517 is #413AE8. Grayscale: #AFAFAF. Windows color (decimal): -4274921 or 1557950. OLE color: 1557950.
HSL color Cylindrical-coordinate representation of color #BEC517: hue angle of 62.41º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEC517 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 23 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.23 |
| HSL | 62.41º | 0.79% | 0.43% | - |
| HSV(B) | 62.41º | 0.88% | 0.77% | - |
| XYZ | 41.36 | 50.94 | 8.46 | - |
| YUV | 175.07 | 42.18 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 23 | 0.04 | 0 | 0.88 | 0.23 | 62.41 | 0.79 | 0.43 |
| Hex | BE | C5 | 17 | 4 | 0 | 58 | 17 | 3E | 4F | 2B |
| Octal | 276 | 305 | 27 | 4 | 0 | 130 | 27 | 76 | 117 | 53 |
| Binary | 10111110 | 11000101 | 10111 | 100 | 0 | 1011000 | 10111 | 111110 | 1001111 | 101011 |
Color Harmonies of #BEC517
Complementary color
Monochromatic Colors of #BEC517
Black with #BEC517
Text Example
Text Example
White with #BEC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC517; }
p { color: rgb(190,197,23); }
H1.HeaderClassName
{
color: #BEC517;
}
.AnyTagClassName
{
color: #BEC517;
}
</style>
background-color css
<style>
a { background-color: #BEC517; }
a { background-color: rgb(190,197,23); }
div.DivClassName
{
background-color: #BEC517;
}
.BgClassName
{
background-color: #BEC517;
}
</style>
border-color css
<style>
span { border-color: #BEC517; }
span { border-color: rgb(190,197,23); }
td.TdClassName
{
border-color: #BEC517;
}
.TagClassName
{
border-color: #BEC517;
}
</style>