Shades of Rio Grande #BEC021
Tints of Rio Grande #BEC021
RGB
CMYK
RGB Variations
Color information
#BEC021 (or 0xBEC021) is known color: Rio Grande. HEX triplet: BE, C0 and 21. RGB value is (190,192,33). Sum of RGB (Red+Green+Blue) = 190+192+33=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC021 is #413FDE. Grayscale: #ADADAD. Windows color (decimal): -4276191 or 2212030. OLE color: 2212030.
HSL color Cylindrical-coordinate representation of color #BEC021: hue angle of 60.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEC021 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 33 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.25 |
| HSL | 60.75º | 0.71% | 0.44% | - |
| HSV(B) | 60.75º | 0.83% | 0.75% | - |
| XYZ | 40.36 | 48.76 | 8.72 | - |
| YUV | 173.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 33 | 0.01 | 0 | 0.83 | 0.25 | 60.75 | 0.71 | 0.44 |
| Hex | BE | C0 | 21 | 1 | 0 | 53 | 19 | 3D | 47 | 2C |
| Octal | 276 | 300 | 41 | 1 | 0 | 123 | 31 | 75 | 107 | 54 |
| Binary | 10111110 | 11000000 | 100001 | 1 | 0 | 1010011 | 11001 | 111101 | 1000111 | 101100 |
Color Harmonies of #BEC021
Complementary color
Monochromatic Colors of #BEC021
Black with #BEC021
Text Example
Text Example
White with #BEC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC021; }
p { color: rgb(190,192,33); }
H1.HeaderClassName
{
color: #BEC021;
}
.AnyTagClassName
{
color: #BEC021;
}
</style>
background-color css
<style>
a { background-color: #BEC021; }
a { background-color: rgb(190,192,33); }
div.DivClassName
{
background-color: #BEC021;
}
.BgClassName
{
background-color: #BEC021;
}
</style>
border-color css
<style>
span { border-color: #BEC021; }
span { border-color: rgb(190,192,33); }
td.TdClassName
{
border-color: #BEC021;
}
.TagClassName
{
border-color: #BEC021;
}
</style>