Shades of Rio Grande #BEC61A
Tints of Rio Grande #BEC61A
RGB
CMYK
RGB Variations
Color information
#BEC61A (or 0xBEC61A) is known color: Rio Grande. HEX triplet: BE, C6 and 1A. RGB value is (190,198,26). Sum of RGB (Red+Green+Blue) = 190+198+26=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC61A is #4139E5. Grayscale: #B0B0B0. Windows color (decimal): -4274662 or 1754814. OLE color: 1754814.
HSL color Cylindrical-coordinate representation of color #BEC61A: hue angle of 62.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEC61A is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 26 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.22 |
| HSL | 62.79º | 0.77% | 0.44% | - |
| HSV(B) | 62.79º | 0.87% | 0.78% | - |
| XYZ | 41.62 | 51.41 | 8.71 | - |
| YUV | 176 | 43.35 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 26 | 0.04 | 0 | 0.87 | 0.22 | 62.79 | 0.77 | 0.44 |
| Hex | BE | C6 | 1A | 4 | 0 | 57 | 16 | 3F | 4D | 2C |
| Octal | 276 | 306 | 32 | 4 | 0 | 127 | 26 | 77 | 115 | 54 |
| Binary | 10111110 | 11000110 | 11010 | 100 | 0 | 1010111 | 10110 | 111111 | 1001101 | 101100 |
Color Harmonies of #BEC61A
Complementary color
Monochromatic Colors of #BEC61A
Black with #BEC61A
Text Example
Text Example
White with #BEC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC61A; }
p { color: rgb(190,198,26); }
H1.HeaderClassName
{
color: #BEC61A;
}
.AnyTagClassName
{
color: #BEC61A;
}
</style>
background-color css
<style>
a { background-color: #BEC61A; }
a { background-color: rgb(190,198,26); }
div.DivClassName
{
background-color: #BEC61A;
}
.BgClassName
{
background-color: #BEC61A;
}
</style>
border-color css
<style>
span { border-color: #BEC61A; }
span { border-color: rgb(190,198,26); }
td.TdClassName
{
border-color: #BEC61A;
}
.TagClassName
{
border-color: #BEC61A;
}
</style>