Shades of Rio Grande #BEC41A
Tints of Rio Grande #BEC41A
RGB
CMYK
RGB Variations
Color information
#BEC41A (or 0xBEC41A) is known color: Rio Grande. HEX triplet: BE, C4 and 1A. RGB value is (190,196,26). Sum of RGB (Red+Green+Blue) = 190+196+26=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC41A is #413BE5. Grayscale: #AFAFAF. Windows color (decimal): -4275174 or 1754302. OLE color: 1754302.
HSL color Cylindrical-coordinate representation of color #BEC41A: hue angle of 62.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEC41A is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 26 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.23 |
| HSL | 62.12º | 0.77% | 0.44% | - |
| HSV(B) | 62.12º | 0.87% | 0.77% | - |
| XYZ | 41.16 | 50.5 | 8.56 | - |
| YUV | 174.83 | 44.01 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 26 | 0.03 | 0 | 0.87 | 0.23 | 62.12 | 0.77 | 0.44 |
| Hex | BE | C4 | 1A | 3 | 0 | 57 | 17 | 3E | 4D | 2C |
| Octal | 276 | 304 | 32 | 3 | 0 | 127 | 27 | 76 | 115 | 54 |
| Binary | 10111110 | 11000100 | 11010 | 11 | 0 | 1010111 | 10111 | 111110 | 1001101 | 101100 |
Color Harmonies of #BEC41A
Complementary color
Monochromatic Colors of #BEC41A
Black with #BEC41A
Text Example
Text Example
White with #BEC41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC41A; }
p { color: rgb(190,196,26); }
H1.HeaderClassName
{
color: #BEC41A;
}
.AnyTagClassName
{
color: #BEC41A;
}
</style>
background-color css
<style>
a { background-color: #BEC41A; }
a { background-color: rgb(190,196,26); }
div.DivClassName
{
background-color: #BEC41A;
}
.BgClassName
{
background-color: #BEC41A;
}
</style>
border-color css
<style>
span { border-color: #BEC41A; }
span { border-color: rgb(190,196,26); }
td.TdClassName
{
border-color: #BEC41A;
}
.TagClassName
{
border-color: #BEC41A;
}
</style>