Shades of Rio Grande #BEC11D
Tints of Rio Grande #BEC11D
RGB
CMYK
RGB Variations
Color information
#BEC11D (or 0xBEC11D) is known color: Rio Grande. HEX triplet: BE, C1 and 1D. RGB value is (190,193,29). Sum of RGB (Red+Green+Blue) = 190+193+29=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC11D is #413EE2. Grayscale: #AEAEAE. Windows color (decimal): -4275939 or 1950142. OLE color: 1950142.
HSL color Cylindrical-coordinate representation of color #BEC11D: hue angle of 61.1º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEC11D is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 29 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.24 |
| HSL | 61.1º | 0.74% | 0.44% | - |
| HSV(B) | 61.1º | 0.85% | 0.76% | - |
| XYZ | 40.53 | 49.18 | 8.52 | - |
| YUV | 173.41 | 46.51 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 29 | 0.02 | 0 | 0.85 | 0.24 | 61.1 | 0.74 | 0.44 |
| Hex | BE | C1 | 1D | 2 | 0 | 55 | 18 | 3D | 4A | 2C |
| Octal | 276 | 301 | 35 | 2 | 0 | 125 | 30 | 75 | 112 | 54 |
| Binary | 10111110 | 11000001 | 11101 | 10 | 0 | 1010101 | 11000 | 111101 | 1001010 | 101100 |
Color Harmonies of #BEC11D
Complementary color
Monochromatic Colors of #BEC11D
Black with #BEC11D
Text Example
Text Example
White with #BEC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC11D; }
p { color: rgb(190,193,29); }
H1.HeaderClassName
{
color: #BEC11D;
}
.AnyTagClassName
{
color: #BEC11D;
}
</style>
background-color css
<style>
a { background-color: #BEC11D; }
a { background-color: rgb(190,193,29); }
div.DivClassName
{
background-color: #BEC11D;
}
.BgClassName
{
background-color: #BEC11D;
}
</style>
border-color css
<style>
span { border-color: #BEC11D; }
span { border-color: rgb(190,193,29); }
td.TdClassName
{
border-color: #BEC11D;
}
.TagClassName
{
border-color: #BEC11D;
}
</style>