Shades of Rio Grande #BEC51B
Tints of Rio Grande #BEC51B
RGB
CMYK
RGB Variations
Color information
#BEC51B (or 0xBEC51B) is known color: Rio Grande. HEX triplet: BE, C5 and 1B. RGB value is (190,197,27). Sum of RGB (Red+Green+Blue) = 190+197+27=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC51B is #413AE4. Grayscale: #B0B0B0. Windows color (decimal): -4274917 or 1820094. OLE color: 1820094.
HSL color Cylindrical-coordinate representation of color #BEC51B: hue angle of 62.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEC51B is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 27 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.23 |
| HSL | 62.47º | 0.76% | 0.44% | - |
| HSV(B) | 62.47º | 0.86% | 0.77% | - |
| XYZ | 41.4 | 50.96 | 8.69 | - |
| YUV | 175.53 | 44.18 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 27 | 0.04 | 0 | 0.86 | 0.23 | 62.47 | 0.76 | 0.44 |
| Hex | BE | C5 | 1B | 4 | 0 | 56 | 17 | 3E | 4C | 2C |
| Octal | 276 | 305 | 33 | 4 | 0 | 126 | 27 | 76 | 114 | 54 |
| Binary | 10111110 | 11000101 | 11011 | 100 | 0 | 1010110 | 10111 | 111110 | 1001100 | 101100 |
Color Harmonies of #BEC51B
Complementary color
Monochromatic Colors of #BEC51B
Black with #BEC51B
Text Example
Text Example
White with #BEC51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC51B; }
p { color: rgb(190,197,27); }
H1.HeaderClassName
{
color: #BEC51B;
}
.AnyTagClassName
{
color: #BEC51B;
}
</style>
background-color css
<style>
a { background-color: #BEC51B; }
a { background-color: rgb(190,197,27); }
div.DivClassName
{
background-color: #BEC51B;
}
.BgClassName
{
background-color: #BEC51B;
}
</style>
border-color css
<style>
span { border-color: #BEC51B; }
span { border-color: rgb(190,197,27); }
td.TdClassName
{
border-color: #BEC51B;
}
.TagClassName
{
border-color: #BEC51B;
}
</style>