Shades of Rio Grande #BEC917
Tints of Rio Grande #BEC917
RGB
CMYK
RGB Variations
Color information
#BEC917 (or 0xBEC917) is known color: Rio Grande. HEX triplet: BE, C9 and 17. RGB value is (190,201,23). Sum of RGB (Red+Green+Blue) = 190+201+23=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC917 is #4136E8. Grayscale: #B2B2B2. Windows color (decimal): -4273897 or 1558974. OLE color: 1558974.
HSL color Cylindrical-coordinate representation of color #BEC917: hue angle of 63.71º degrees, saturation: 0.79, 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 #BEC917 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 23 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.21 |
| HSL | 63.71º | 0.79% | 0.44% | - |
| HSV(B) | 63.71º | 0.89% | 0.79% | - |
| XYZ | 42.28 | 52.78 | 8.77 | - |
| YUV | 177.42 | 40.86 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 23 | 0.05 | 0 | 0.89 | 0.21 | 63.71 | 0.79 | 0.44 |
| Hex | BE | C9 | 17 | 5 | 0 | 59 | 15 | 40 | 4F | 2C |
| Octal | 276 | 311 | 27 | 5 | 0 | 131 | 25 | 100 | 117 | 54 |
| Binary | 10111110 | 11001001 | 10111 | 101 | 0 | 1011001 | 10101 | 1000000 | 1001111 | 101100 |
Color Harmonies of #BEC917
Complementary color
Monochromatic Colors of #BEC917
Black with #BEC917
Text Example
Text Example
White with #BEC917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC917; }
p { color: rgb(190,201,23); }
H1.HeaderClassName
{
color: #BEC917;
}
.AnyTagClassName
{
color: #BEC917;
}
</style>
background-color css
<style>
a { background-color: #BEC917; }
a { background-color: rgb(190,201,23); }
div.DivClassName
{
background-color: #BEC917;
}
.BgClassName
{
background-color: #BEC917;
}
</style>
border-color css
<style>
span { border-color: #BEC917; }
span { border-color: rgb(190,201,23); }
td.TdClassName
{
border-color: #BEC917;
}
.TagClassName
{
border-color: #BEC917;
}
</style>