Shades of Rio Grande #BEC814
Tints of Rio Grande #BEC814
RGB
CMYK
RGB Variations
Color information
#BEC814 (or 0xBEC814) is known color: Rio Grande. HEX triplet: BE, C8 and 14. RGB value is (190,200,20). Sum of RGB (Red+Green+Blue) = 190+200+20=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC814 is #4137EB. Grayscale: #B1B1B1. Windows color (decimal): -4274156 or 1362110. OLE color: 1362110.
HSL color Cylindrical-coordinate representation of color #BEC814: hue angle of 63.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEC814 is Cyan = 0.05, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 20 | - |
| CMYK | 0.05 | 0 | 0.9 | 0.22 |
| HSL | 63.33º | 0.82% | 0.43% | - |
| HSV(B) | 63.33º | 0.9% | 0.78% | - |
| XYZ | 42.02 | 52.31 | 8.54 | - |
| YUV | 176.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 20 | 0.05 | 0 | 0.9 | 0.22 | 63.33 | 0.82 | 0.43 |
| Hex | BE | C8 | 14 | 5 | 0 | 5A | 16 | 3F | 52 | 2B |
| Octal | 276 | 310 | 24 | 5 | 0 | 132 | 26 | 77 | 122 | 53 |
| Binary | 10111110 | 11001000 | 10100 | 101 | 0 | 1011010 | 10110 | 111111 | 1010010 | 101011 |
Color Harmonies of #BEC814
Complementary color
Monochromatic Colors of #BEC814
Black with #BEC814
Text Example
Text Example
White with #BEC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC814; }
p { color: rgb(190,200,20); }
H1.HeaderClassName
{
color: #BEC814;
}
.AnyTagClassName
{
color: #BEC814;
}
</style>
background-color css
<style>
a { background-color: #BEC814; }
a { background-color: rgb(190,200,20); }
div.DivClassName
{
background-color: #BEC814;
}
.BgClassName
{
background-color: #BEC814;
}
</style>
border-color css
<style>
span { border-color: #BEC814; }
span { border-color: rgb(190,200,20); }
td.TdClassName
{
border-color: #BEC814;
}
.TagClassName
{
border-color: #BEC814;
}
</style>