Shades of Rio Grande #BEC51D
Tints of Rio Grande #BEC51D
RGB
CMYK
RGB Variations
Color information
#BEC51D (or 0xBEC51D) is known color: Rio Grande. HEX triplet: BE, C5 and 1D. RGB value is (190,197,29). Sum of RGB (Red+Green+Blue) = 190+197+29=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC51D is #413AE2. Grayscale: #B0B0B0. Windows color (decimal): -4274915 or 1951166. OLE color: 1951166.
HSL color Cylindrical-coordinate representation of color #BEC51D: hue angle of 62.5º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEC51D is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 29 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.23 |
| HSL | 62.5º | 0.74% | 0.44% | - |
| HSV(B) | 62.5º | 0.85% | 0.77% | - |
| XYZ | 41.42 | 50.97 | 8.82 | - |
| YUV | 175.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 29 | 0.04 | 0 | 0.85 | 0.23 | 62.5 | 0.74 | 0.44 |
| Hex | BE | C5 | 1D | 4 | 0 | 55 | 17 | 3F | 4A | 2C |
| Octal | 276 | 305 | 35 | 4 | 0 | 125 | 27 | 77 | 112 | 54 |
| Binary | 10111110 | 11000101 | 11101 | 100 | 0 | 1010101 | 10111 | 111111 | 1001010 | 101100 |
Color Harmonies of #BEC51D
Complementary color
Monochromatic Colors of #BEC51D
Black with #BEC51D
Text Example
Text Example
White with #BEC51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC51D; }
p { color: rgb(190,197,29); }
H1.HeaderClassName
{
color: #BEC51D;
}
.AnyTagClassName
{
color: #BEC51D;
}
</style>
background-color css
<style>
a { background-color: #BEC51D; }
a { background-color: rgb(190,197,29); }
div.DivClassName
{
background-color: #BEC51D;
}
.BgClassName
{
background-color: #BEC51D;
}
</style>
border-color css
<style>
span { border-color: #BEC51D; }
span { border-color: rgb(190,197,29); }
td.TdClassName
{
border-color: #BEC51D;
}
.TagClassName
{
border-color: #BEC51D;
}
</style>