Shades of Rio Grande #BEC219
Tints of Rio Grande #BEC219
RGB
CMYK
RGB Variations
Color information
#BEC219 (or 0xBEC219) is known color: Rio Grande. HEX triplet: BE, C2 and 19. RGB value is (190,194,25). Sum of RGB (Red+Green+Blue) = 190+194+25=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC219 is #413DE6. Grayscale: #AEAEAE. Windows color (decimal): -4275687 or 1688254. OLE color: 1688254.
HSL color Cylindrical-coordinate representation of color #BEC219: hue angle of 61.42º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEC219 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 25 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.24 |
| HSL | 61.42º | 0.77% | 0.43% | - |
| HSV(B) | 61.42º | 0.87% | 0.76% | - |
| XYZ | 40.7 | 49.6 | 8.35 | - |
| YUV | 173.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 25 | 0.02 | 0 | 0.87 | 0.24 | 61.42 | 0.77 | 0.43 |
| Hex | BE | C2 | 19 | 2 | 0 | 57 | 18 | 3D | 4D | 2B |
| Octal | 276 | 302 | 31 | 2 | 0 | 127 | 30 | 75 | 115 | 53 |
| Binary | 10111110 | 11000010 | 11001 | 10 | 0 | 1010111 | 11000 | 111101 | 1001101 | 101011 |
Color Harmonies of #BEC219
Complementary color
Monochromatic Colors of #BEC219
Black with #BEC219
Text Example
Text Example
White with #BEC219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC219; }
p { color: rgb(190,194,25); }
H1.HeaderClassName
{
color: #BEC219;
}
.AnyTagClassName
{
color: #BEC219;
}
</style>
background-color css
<style>
a { background-color: #BEC219; }
a { background-color: rgb(190,194,25); }
div.DivClassName
{
background-color: #BEC219;
}
.BgClassName
{
background-color: #BEC219;
}
</style>
border-color css
<style>
span { border-color: #BEC219; }
span { border-color: rgb(190,194,25); }
td.TdClassName
{
border-color: #BEC219;
}
.TagClassName
{
border-color: #BEC219;
}
</style>