Shades of Rio Grande #BEC221
Tints of Rio Grande #BEC221
RGB
CMYK
RGB Variations
Color information
#BEC221 (or 0xBEC221) is known color: Rio Grande. HEX triplet: BE, C2 and 21. RGB value is (190,194,33). Sum of RGB (Red+Green+Blue) = 190+194+33=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC221 is #413DDE. Grayscale: #AFAFAF. Windows color (decimal): -4275679 or 2212542. OLE color: 2212542.
HSL color Cylindrical-coordinate representation of color #BEC221: hue angle of 61.49º degrees, saturation: 0.71, 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 #BEC221 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 33 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.24 |
| HSL | 61.49º | 0.71% | 0.45% | - |
| HSV(B) | 61.49º | 0.83% | 0.76% | - |
| XYZ | 40.8 | 49.64 | 8.87 | - |
| YUV | 174.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 33 | 0.02 | 0 | 0.83 | 0.24 | 61.49 | 0.71 | 0.45 |
| Hex | BE | C2 | 21 | 2 | 0 | 53 | 18 | 3D | 47 | 2D |
| Octal | 276 | 302 | 41 | 2 | 0 | 123 | 30 | 75 | 107 | 55 |
| Binary | 10111110 | 11000010 | 100001 | 10 | 0 | 1010011 | 11000 | 111101 | 1000111 | 101101 |
Color Harmonies of #BEC221
Complementary color
Monochromatic Colors of #BEC221
Black with #BEC221
Text Example
Text Example
White with #BEC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC221; }
p { color: rgb(190,194,33); }
H1.HeaderClassName
{
color: #BEC221;
}
.AnyTagClassName
{
color: #BEC221;
}
</style>
background-color css
<style>
a { background-color: #BEC221; }
a { background-color: rgb(190,194,33); }
div.DivClassName
{
background-color: #BEC221;
}
.BgClassName
{
background-color: #BEC221;
}
</style>
border-color css
<style>
span { border-color: #BEC221; }
span { border-color: rgb(190,194,33); }
td.TdClassName
{
border-color: #BEC221;
}
.TagClassName
{
border-color: #BEC221;
}
</style>