Shades of Rio Grande #BEC41D
Tints of Rio Grande #BEC41D
RGB
CMYK
RGB Variations
Color information
#BEC41D (or 0xBEC41D) is known color: Rio Grande. HEX triplet: BE, C4 and 1D. RGB value is (190,196,29). Sum of RGB (Red+Green+Blue) = 190+196+29=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC41D is #413BE2. Grayscale: #AFAFAF. Windows color (decimal): -4275171 or 1950910. OLE color: 1950910.
HSL color Cylindrical-coordinate representation of color #BEC41D: hue angle of 62.16º 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 #BEC41D is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 29 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.23 |
| HSL | 62.16º | 0.74% | 0.44% | - |
| HSV(B) | 62.16º | 0.85% | 0.77% | - |
| XYZ | 41.2 | 50.52 | 8.74 | - |
| YUV | 175.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 29 | 0.03 | 0 | 0.85 | 0.23 | 62.16 | 0.74 | 0.44 |
| Hex | BE | C4 | 1D | 3 | 0 | 55 | 17 | 3E | 4A | 2C |
| Octal | 276 | 304 | 35 | 3 | 0 | 125 | 27 | 76 | 112 | 54 |
| Binary | 10111110 | 11000100 | 11101 | 11 | 0 | 1010101 | 10111 | 111110 | 1001010 | 101100 |
Color Harmonies of #BEC41D
Complementary color
Monochromatic Colors of #BEC41D
Black with #BEC41D
Text Example
Text Example
White with #BEC41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC41D; }
p { color: rgb(190,196,29); }
H1.HeaderClassName
{
color: #BEC41D;
}
.AnyTagClassName
{
color: #BEC41D;
}
</style>
background-color css
<style>
a { background-color: #BEC41D; }
a { background-color: rgb(190,196,29); }
div.DivClassName
{
background-color: #BEC41D;
}
.BgClassName
{
background-color: #BEC41D;
}
</style>
border-color css
<style>
span { border-color: #BEC41D; }
span { border-color: rgb(190,196,29); }
td.TdClassName
{
border-color: #BEC41D;
}
.TagClassName
{
border-color: #BEC41D;
}
</style>