Shades of Rio Grande #BEC322
Tints of Rio Grande #BEC322
RGB
CMYK
RGB Variations
Color information
#BEC322 (or 0xBEC322) is known color: Rio Grande. HEX triplet: BE, C3 and 22. RGB value is (190,195,34). Sum of RGB (Red+Green+Blue) = 190+195+34=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC322 is #413CDD. Grayscale: #AFAFAF. Windows color (decimal): -4275422 or 2278334. OLE color: 2278334.
HSL color Cylindrical-coordinate representation of color #BEC322: hue angle of 61.86º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEC322 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 34 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.24 |
| HSL | 61.86º | 0.7% | 0.45% | - |
| HSV(B) | 61.86º | 0.83% | 0.76% | - |
| XYZ | 41.04 | 50.09 | 9.02 | - |
| YUV | 175.15 | 48.34 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 34 | 0.03 | 0 | 0.83 | 0.24 | 61.86 | 0.7 | 0.45 |
| Hex | BE | C3 | 22 | 3 | 0 | 53 | 18 | 3E | 46 | 2D |
| Octal | 276 | 303 | 42 | 3 | 0 | 123 | 30 | 76 | 106 | 55 |
| Binary | 10111110 | 11000011 | 100010 | 11 | 0 | 1010011 | 11000 | 111110 | 1000110 | 101101 |
Color Harmonies of #BEC322
Complementary color
Monochromatic Colors of #BEC322
Black with #BEC322
Text Example
Text Example
White with #BEC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC322; }
p { color: rgb(190,195,34); }
H1.HeaderClassName
{
color: #BEC322;
}
.AnyTagClassName
{
color: #BEC322;
}
</style>
background-color css
<style>
a { background-color: #BEC322; }
a { background-color: rgb(190,195,34); }
div.DivClassName
{
background-color: #BEC322;
}
.BgClassName
{
background-color: #BEC322;
}
</style>
border-color css
<style>
span { border-color: #BEC322; }
span { border-color: rgb(190,195,34); }
td.TdClassName
{
border-color: #BEC322;
}
.TagClassName
{
border-color: #BEC322;
}
</style>