Shades of Rio Grande #BEC920
Tints of Rio Grande #BEC920
RGB
CMYK
RGB Variations
Color information
#BEC920 (or 0xBEC920) is known color: Rio Grande. HEX triplet: BE, C9 and 20. RGB value is (190,201,32). Sum of RGB (Red+Green+Blue) = 190+201+32=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC920 is #4136DF. Grayscale: #B3B3B3. Windows color (decimal): -4273888 or 2148798. OLE color: 2148798.
HSL color Cylindrical-coordinate representation of color #BEC920: hue angle of 63.91º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEC920 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 32 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.21 |
| HSL | 63.91º | 0.73% | 0.46% | - |
| HSV(B) | 63.91º | 0.84% | 0.79% | - |
| XYZ | 42.38 | 52.82 | 9.33 | - |
| YUV | 178.45 | 45.36 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 32 | 0.05 | 0 | 0.84 | 0.21 | 63.91 | 0.73 | 0.46 |
| Hex | BE | C9 | 20 | 5 | 0 | 54 | 15 | 40 | 49 | 2E |
| Octal | 276 | 311 | 40 | 5 | 0 | 124 | 25 | 100 | 111 | 56 |
| Binary | 10111110 | 11001001 | 100000 | 101 | 0 | 1010100 | 10101 | 1000000 | 1001001 | 101110 |
Color Harmonies of #BEC920
Complementary color
Monochromatic Colors of #BEC920
Black with #BEC920
Text Example
Text Example
White with #BEC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC920; }
p { color: rgb(190,201,32); }
H1.HeaderClassName
{
color: #BEC920;
}
.AnyTagClassName
{
color: #BEC920;
}
</style>
background-color css
<style>
a { background-color: #BEC920; }
a { background-color: rgb(190,201,32); }
div.DivClassName
{
background-color: #BEC920;
}
.BgClassName
{
background-color: #BEC920;
}
</style>
border-color css
<style>
span { border-color: #BEC920; }
span { border-color: rgb(190,201,32); }
td.TdClassName
{
border-color: #BEC920;
}
.TagClassName
{
border-color: #BEC920;
}
</style>