Shades of Rio Grande #BEC817
Tints of Rio Grande #BEC817
RGB
CMYK
RGB Variations
Color information
#BEC817 (or 0xBEC817) is known color: Rio Grande. HEX triplet: BE, C8 and 17. RGB value is (190,200,23). Sum of RGB (Red+Green+Blue) = 190+200+23=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 23 (9.38% from 255 or 5.57% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC817 is #4137E8. Grayscale: #B1B1B1. Windows color (decimal): -4274153 or 1558718. OLE color: 1558718.
HSL color Cylindrical-coordinate representation of color #BEC817: hue angle of 63.39º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEC817 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 23 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.22 |
| HSL | 63.39º | 0.79% | 0.44% | - |
| HSV(B) | 63.39º | 0.89% | 0.78% | - |
| XYZ | 42.04 | 52.32 | 8.69 | - |
| YUV | 176.83 | 41.19 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 23 | 0.05 | 0 | 0.88 | 0.22 | 63.39 | 0.79 | 0.44 |
| Hex | BE | C8 | 17 | 5 | 0 | 58 | 16 | 3F | 4F | 2C |
| Octal | 276 | 310 | 27 | 5 | 0 | 130 | 26 | 77 | 117 | 54 |
| Binary | 10111110 | 11001000 | 10111 | 101 | 0 | 1011000 | 10110 | 111111 | 1001111 | 101100 |
Color Harmonies of #BEC817
Complementary color
Monochromatic Colors of #BEC817
Black with #BEC817
Text Example
Text Example
White with #BEC817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC817; }
p { color: rgb(190,200,23); }
H1.HeaderClassName
{
color: #BEC817;
}
.AnyTagClassName
{
color: #BEC817;
}
</style>
background-color css
<style>
a { background-color: #BEC817; }
a { background-color: rgb(190,200,23); }
div.DivClassName
{
background-color: #BEC817;
}
.BgClassName
{
background-color: #BEC817;
}
</style>
border-color css
<style>
span { border-color: #BEC817; }
span { border-color: rgb(190,200,23); }
td.TdClassName
{
border-color: #BEC817;
}
.TagClassName
{
border-color: #BEC817;
}
</style>