Shades of Rio Grande #BEC121
Tints of Rio Grande #BEC121
RGB
CMYK
RGB Variations
Color information
#BEC121 (or 0xBEC121) is known color: Rio Grande. HEX triplet: BE, C1 and 21. RGB value is (190,193,33). Sum of RGB (Red+Green+Blue) = 190+193+33=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC121 is #413EDE. Grayscale: #AEAEAE. Windows color (decimal): -4275935 or 2212286. OLE color: 2212286.
HSL color Cylindrical-coordinate representation of color #BEC121: hue angle of 61.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEC121 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 33 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.24 |
| HSL | 61.13º | 0.71% | 0.44% | - |
| HSV(B) | 61.13º | 0.83% | 0.76% | - |
| XYZ | 40.58 | 49.2 | 8.8 | - |
| YUV | 173.86 | 48.51 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 33 | 0.02 | 0 | 0.83 | 0.24 | 61.13 | 0.71 | 0.44 |
| Hex | BE | C1 | 21 | 2 | 0 | 53 | 18 | 3D | 47 | 2C |
| Octal | 276 | 301 | 41 | 2 | 0 | 123 | 30 | 75 | 107 | 54 |
| Binary | 10111110 | 11000001 | 100001 | 10 | 0 | 1010011 | 11000 | 111101 | 1000111 | 101100 |
Color Harmonies of #BEC121
Complementary color
Monochromatic Colors of #BEC121
Black with #BEC121
Text Example
Text Example
White with #BEC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC121; }
p { color: rgb(190,193,33); }
H1.HeaderClassName
{
color: #BEC121;
}
.AnyTagClassName
{
color: #BEC121;
}
</style>
background-color css
<style>
a { background-color: #BEC121; }
a { background-color: rgb(190,193,33); }
div.DivClassName
{
background-color: #BEC121;
}
.BgClassName
{
background-color: #BEC121;
}
</style>
border-color css
<style>
span { border-color: #BEC121; }
span { border-color: rgb(190,193,33); }
td.TdClassName
{
border-color: #BEC121;
}
.TagClassName
{
border-color: #BEC121;
}
</style>