Shades of Rio Grande #BEC11B
Tints of Rio Grande #BEC11B
RGB
CMYK
RGB Variations
Color information
#BEC11B (or 0xBEC11B) is known color: Rio Grande. HEX triplet: BE, C1 and 1B. RGB value is (190,193,27). Sum of RGB (Red+Green+Blue) = 190+193+27=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC11B is #413EE4. Grayscale: #ADADAD. Windows color (decimal): -4275941 or 1819070. OLE color: 1819070.
HSL color Cylindrical-coordinate representation of color #BEC11B: hue angle of 61.08º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEC11B is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 27 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.24 |
| HSL | 61.08º | 0.75% | 0.43% | - |
| HSV(B) | 61.08º | 0.86% | 0.76% | - |
| XYZ | 40.5 | 49.17 | 8.39 | - |
| YUV | 173.18 | 45.51 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 27 | 0.02 | 0 | 0.86 | 0.24 | 61.08 | 0.75 | 0.43 |
| Hex | BE | C1 | 1B | 2 | 0 | 56 | 18 | 3D | 4B | 2B |
| Octal | 276 | 301 | 33 | 2 | 0 | 126 | 30 | 75 | 113 | 53 |
| Binary | 10111110 | 11000001 | 11011 | 10 | 0 | 1010110 | 11000 | 111101 | 1001011 | 101011 |
Color Harmonies of #BEC11B
Complementary color
Monochromatic Colors of #BEC11B
Black with #BEC11B
Text Example
Text Example
White with #BEC11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC11B; }
p { color: rgb(190,193,27); }
H1.HeaderClassName
{
color: #BEC11B;
}
.AnyTagClassName
{
color: #BEC11B;
}
</style>
background-color css
<style>
a { background-color: #BEC11B; }
a { background-color: rgb(190,193,27); }
div.DivClassName
{
background-color: #BEC11B;
}
.BgClassName
{
background-color: #BEC11B;
}
</style>
border-color css
<style>
span { border-color: #BEC11B; }
span { border-color: rgb(190,193,27); }
td.TdClassName
{
border-color: #BEC11B;
}
.TagClassName
{
border-color: #BEC11B;
}
</style>