Shades of Rio Grande #BEC118
Tints of Rio Grande #BEC118
RGB
CMYK
RGB Variations
Color information
#BEC118 (or 0xBEC118) is known color: Rio Grande. HEX triplet: BE, C1 and 18. RGB value is (190,193,24). Sum of RGB (Red+Green+Blue) = 190+193+24=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC118 is #413EE7. Grayscale: #ADADAD. Windows color (decimal): -4275944 or 1622462. OLE color: 1622462.
HSL color Cylindrical-coordinate representation of color #BEC118: hue angle of 61.07º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEC118 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 24 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.24 |
| HSL | 61.07º | 0.78% | 0.43% | - |
| HSV(B) | 61.07º | 0.88% | 0.76% | - |
| XYZ | 40.47 | 49.15 | 8.22 | - |
| YUV | 172.84 | 44.01 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 24 | 0.02 | 0 | 0.88 | 0.24 | 61.07 | 0.78 | 0.43 |
| Hex | BE | C1 | 18 | 2 | 0 | 58 | 18 | 3D | 4E | 2B |
| Octal | 276 | 301 | 30 | 2 | 0 | 130 | 30 | 75 | 116 | 53 |
| Binary | 10111110 | 11000001 | 11000 | 10 | 0 | 1011000 | 11000 | 111101 | 1001110 | 101011 |
Color Harmonies of #BEC118
Complementary color
Monochromatic Colors of #BEC118
Black with #BEC118
Text Example
Text Example
White with #BEC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC118; }
p { color: rgb(190,193,24); }
H1.HeaderClassName
{
color: #BEC118;
}
.AnyTagClassName
{
color: #BEC118;
}
</style>
background-color css
<style>
a { background-color: #BEC118; }
a { background-color: rgb(190,193,24); }
div.DivClassName
{
background-color: #BEC118;
}
.BgClassName
{
background-color: #BEC118;
}
</style>
border-color css
<style>
span { border-color: #BEC118; }
span { border-color: rgb(190,193,24); }
td.TdClassName
{
border-color: #BEC118;
}
.TagClassName
{
border-color: #BEC118;
}
</style>