Shades of Rio Grande #BEC526
Tints of Rio Grande #BEC526
RGB
CMYK
RGB Variations
Color information
#BEC526 (or 0xBEC526) is known color: Rio Grande. HEX triplet: BE, C5 and 26. RGB value is (190,197,38). Sum of RGB (Red+Green+Blue) = 190+197+38=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC526 is #413AD9. Grayscale: #B1B1B1. Windows color (decimal): -4274906 or 2540990. OLE color: 2540990.
HSL color Cylindrical-coordinate representation of color #BEC526: hue angle of 62.64º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEC526 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 38 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.23 |
| HSL | 62.64º | 0.68% | 0.46% | - |
| HSV(B) | 62.64º | 0.81% | 0.77% | - |
| XYZ | 41.55 | 51.02 | 9.49 | - |
| YUV | 176.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 38 | 0.04 | 0 | 0.81 | 0.23 | 62.64 | 0.68 | 0.46 |
| Hex | BE | C5 | 26 | 4 | 0 | 51 | 17 | 3F | 44 | 2E |
| Octal | 276 | 305 | 46 | 4 | 0 | 121 | 27 | 77 | 104 | 56 |
| Binary | 10111110 | 11000101 | 100110 | 100 | 0 | 1010001 | 10111 | 111111 | 1000100 | 101110 |
Color Harmonies of #BEC526
Complementary color
Monochromatic Colors of #BEC526
Black with #BEC526
Text Example
Text Example
White with #BEC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC526; }
p { color: rgb(190,197,38); }
H1.HeaderClassName
{
color: #BEC526;
}
.AnyTagClassName
{
color: #BEC526;
}
</style>
background-color css
<style>
a { background-color: #BEC526; }
a { background-color: rgb(190,197,38); }
div.DivClassName
{
background-color: #BEC526;
}
.BgClassName
{
background-color: #BEC526;
}
</style>
border-color css
<style>
span { border-color: #BEC526; }
span { border-color: rgb(190,197,38); }
td.TdClassName
{
border-color: #BEC526;
}
.TagClassName
{
border-color: #BEC526;
}
</style>