Shades of Rio Grande #BEC623
Tints of Rio Grande #BEC623
RGB
CMYK
RGB Variations
Color information
#BEC623 (or 0xBEC623) is known color: Rio Grande. HEX triplet: BE, C6 and 23. RGB value is (190,198,35). Sum of RGB (Red+Green+Blue) = 190+198+35=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC623 is #4139DC. Grayscale: #B1B1B1. Windows color (decimal): -4274653 or 2344638. OLE color: 2344638.
HSL color Cylindrical-coordinate representation of color #BEC623: hue angle of 62.94º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEC623 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 35 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.22 |
| HSL | 62.94º | 0.7% | 0.46% | - |
| HSV(B) | 62.94º | 0.82% | 0.78% | - |
| XYZ | 41.73 | 51.46 | 9.32 | - |
| YUV | 177.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 35 | 0.04 | 0 | 0.82 | 0.22 | 62.94 | 0.7 | 0.46 |
| Hex | BE | C6 | 23 | 4 | 0 | 52 | 16 | 3F | 46 | 2E |
| Octal | 276 | 306 | 43 | 4 | 0 | 122 | 26 | 77 | 106 | 56 |
| Binary | 10111110 | 11000110 | 100011 | 100 | 0 | 1010010 | 10110 | 111111 | 1000110 | 101110 |
Color Harmonies of #BEC623
Complementary color
Monochromatic Colors of #BEC623
Black with #BEC623
Text Example
Text Example
White with #BEC623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC623; }
p { color: rgb(190,198,35); }
H1.HeaderClassName
{
color: #BEC623;
}
.AnyTagClassName
{
color: #BEC623;
}
</style>
background-color css
<style>
a { background-color: #BEC623; }
a { background-color: rgb(190,198,35); }
div.DivClassName
{
background-color: #BEC623;
}
.BgClassName
{
background-color: #BEC623;
}
</style>
border-color css
<style>
span { border-color: #BEC623; }
span { border-color: rgb(190,198,35); }
td.TdClassName
{
border-color: #BEC623;
}
.TagClassName
{
border-color: #BEC623;
}
</style>