Shades of Rio Grande #BEC527
Tints of Rio Grande #BEC527
RGB
CMYK
RGB Variations
Color information
#BEC527 (or 0xBEC527) is known color: Rio Grande. HEX triplet: BE, C5 and 27. RGB value is (190,197,39). Sum of RGB (Red+Green+Blue) = 190+197+39=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC527 is #413AD8. Grayscale: #B1B1B1. Windows color (decimal): -4274905 or 2606526. OLE color: 2606526.
HSL color Cylindrical-coordinate representation of color #BEC527: hue angle of 62.66º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEC527 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 39 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.23 |
| HSL | 62.66º | 0.67% | 0.46% | - |
| HSV(B) | 62.66º | 0.8% | 0.77% | - |
| XYZ | 41.57 | 51.03 | 9.58 | - |
| YUV | 176.9 | 50.18 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 39 | 0.04 | 0 | 0.80 | 0.23 | 62.66 | 0.67 | 0.46 |
| Hex | BE | C5 | 27 | 4 | 0 | 50 | 17 | 3F | 43 | 2E |
| Octal | 276 | 305 | 47 | 4 | 0 | 120 | 27 | 77 | 103 | 56 |
| Binary | 10111110 | 11000101 | 100111 | 100 | 0 | 1010000 | 10111 | 111111 | 1000011 | 101110 |
Color Harmonies of #BEC527
Complementary color
Monochromatic Colors of #BEC527
Black with #BEC527
Text Example
Text Example
White with #BEC527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC527; }
p { color: rgb(190,197,39); }
H1.HeaderClassName
{
color: #BEC527;
}
.AnyTagClassName
{
color: #BEC527;
}
</style>
background-color css
<style>
a { background-color: #BEC527; }
a { background-color: rgb(190,197,39); }
div.DivClassName
{
background-color: #BEC527;
}
.BgClassName
{
background-color: #BEC527;
}
</style>
border-color css
<style>
span { border-color: #BEC527; }
span { border-color: rgb(190,197,39); }
td.TdClassName
{
border-color: #BEC527;
}
.TagClassName
{
border-color: #BEC527;
}
</style>