Shades of Rio Grande #BEC51A
Tints of Rio Grande #BEC51A
RGB
CMYK
RGB Variations
Color information
#BEC51A (or 0xBEC51A) is known color: Rio Grande. HEX triplet: BE, C5 and 1A. RGB value is (190,197,26). Sum of RGB (Red+Green+Blue) = 190+197+26=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC51A is #413AE5. Grayscale: #B0B0B0. Windows color (decimal): -4274918 or 1754558. OLE color: 1754558.
HSL color Cylindrical-coordinate representation of color #BEC51A: hue angle of 62.46º 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 #BEC51A is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 26 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.23 |
| HSL | 62.46º | 0.77% | 0.44% | - |
| HSV(B) | 62.46º | 0.87% | 0.77% | - |
| XYZ | 41.39 | 50.95 | 8.63 | - |
| YUV | 175.41 | 43.68 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 26 | 0.04 | 0 | 0.87 | 0.23 | 62.46 | 0.77 | 0.44 |
| Hex | BE | C5 | 1A | 4 | 0 | 57 | 17 | 3E | 4D | 2C |
| Octal | 276 | 305 | 32 | 4 | 0 | 127 | 27 | 76 | 115 | 54 |
| Binary | 10111110 | 11000101 | 11010 | 100 | 0 | 1010111 | 10111 | 111110 | 1001101 | 101100 |
Color Harmonies of #BEC51A
Complementary color
Monochromatic Colors of #BEC51A
Black with #BEC51A
Text Example
Text Example
White with #BEC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC51A; }
p { color: rgb(190,197,26); }
H1.HeaderClassName
{
color: #BEC51A;
}
.AnyTagClassName
{
color: #BEC51A;
}
</style>
background-color css
<style>
a { background-color: #BEC51A; }
a { background-color: rgb(190,197,26); }
div.DivClassName
{
background-color: #BEC51A;
}
.BgClassName
{
background-color: #BEC51A;
}
</style>
border-color css
<style>
span { border-color: #BEC51A; }
span { border-color: rgb(190,197,26); }
td.TdClassName
{
border-color: #BEC51A;
}
.TagClassName
{
border-color: #BEC51A;
}
</style>