Shades of Rio Grande #BEC223
Tints of Rio Grande #BEC223
RGB
CMYK
RGB Variations
Color information
#BEC223 (or 0xBEC223) is known color: Rio Grande. HEX triplet: BE, C2 and 23. RGB value is (190,194,35). Sum of RGB (Red+Green+Blue) = 190+194+35=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC223 is #413DDC. Grayscale: #AFAFAF. Windows color (decimal): -4275677 or 2343614. OLE color: 2343614.
HSL color Cylindrical-coordinate representation of color #BEC223: hue angle of 61.51º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEC223 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 35 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.24 |
| HSL | 61.51º | 0.69% | 0.45% | - |
| HSV(B) | 61.51º | 0.82% | 0.76% | - |
| XYZ | 40.83 | 49.65 | 9.02 | - |
| YUV | 174.68 | 49.17 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 35 | 0.02 | 0 | 0.82 | 0.24 | 61.51 | 0.69 | 0.45 |
| Hex | BE | C2 | 23 | 2 | 0 | 52 | 18 | 3E | 45 | 2D |
| Octal | 276 | 302 | 43 | 2 | 0 | 122 | 30 | 76 | 105 | 55 |
| Binary | 10111110 | 11000010 | 100011 | 10 | 0 | 1010010 | 11000 | 111110 | 1000101 | 101101 |
Color Harmonies of #BEC223
Complementary color
Monochromatic Colors of #BEC223
Black with #BEC223
Text Example
Text Example
White with #BEC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC223; }
p { color: rgb(190,194,35); }
H1.HeaderClassName
{
color: #BEC223;
}
.AnyTagClassName
{
color: #BEC223;
}
</style>
background-color css
<style>
a { background-color: #BEC223; }
a { background-color: rgb(190,194,35); }
div.DivClassName
{
background-color: #BEC223;
}
.BgClassName
{
background-color: #BEC223;
}
</style>
border-color css
<style>
span { border-color: #BEC223; }
span { border-color: rgb(190,194,35); }
td.TdClassName
{
border-color: #BEC223;
}
.TagClassName
{
border-color: #BEC223;
}
</style>