Shades of Rio Grande #BEC821
Tints of Rio Grande #BEC821
RGB
CMYK
RGB Variations
Color information
#BEC821 (or 0xBEC821) is known color: Rio Grande. HEX triplet: BE, C8 and 21. RGB value is (190,200,33). Sum of RGB (Red+Green+Blue) = 190+200+33=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC821 is #4137DE. Grayscale: #B2B2B2. Windows color (decimal): -4274143 or 2214078. OLE color: 2214078.
HSL color Cylindrical-coordinate representation of color #BEC821: hue angle of 63.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEC821 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 33 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.22 |
| HSL | 63.59º | 0.72% | 0.46% | - |
| HSV(B) | 63.59º | 0.84% | 0.78% | - |
| XYZ | 42.16 | 52.37 | 9.32 | - |
| YUV | 177.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 33 | 0.05 | 0 | 0.84 | 0.22 | 63.59 | 0.72 | 0.46 |
| Hex | BE | C8 | 21 | 5 | 0 | 54 | 16 | 40 | 48 | 2E |
| Octal | 276 | 310 | 41 | 5 | 0 | 124 | 26 | 100 | 110 | 56 |
| Binary | 10111110 | 11001000 | 100001 | 101 | 0 | 1010100 | 10110 | 1000000 | 1001000 | 101110 |
Color Harmonies of #BEC821
Complementary color
Monochromatic Colors of #BEC821
Black with #BEC821
Text Example
Text Example
White with #BEC821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC821; }
p { color: rgb(190,200,33); }
H1.HeaderClassName
{
color: #BEC821;
}
.AnyTagClassName
{
color: #BEC821;
}
</style>
background-color css
<style>
a { background-color: #BEC821; }
a { background-color: rgb(190,200,33); }
div.DivClassName
{
background-color: #BEC821;
}
.BgClassName
{
background-color: #BEC821;
}
</style>
border-color css
<style>
span { border-color: #BEC821; }
span { border-color: rgb(190,200,33); }
td.TdClassName
{
border-color: #BEC821;
}
.TagClassName
{
border-color: #BEC821;
}
</style>