Shades of Rio Grande #BEC319
Tints of Rio Grande #BEC319
RGB
CMYK
RGB Variations
Color information
#BEC319 (or 0xBEC319) is known color: Rio Grande. HEX triplet: BE, C3 and 19. RGB value is (190,195,25). Sum of RGB (Red+Green+Blue) = 190+195+25=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC319 is #413CE6. Grayscale: #AEAEAE. Windows color (decimal): -4275431 or 1688510. OLE color: 1688510.
HSL color Cylindrical-coordinate representation of color #BEC319: hue angle of 61.76º 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 #BEC319 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 25 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.24 |
| HSL | 61.76º | 0.77% | 0.43% | - |
| HSV(B) | 61.76º | 0.87% | 0.76% | - |
| XYZ | 40.93 | 50.05 | 8.42 | - |
| YUV | 174.13 | 43.84 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 25 | 0.03 | 0 | 0.87 | 0.24 | 61.76 | 0.77 | 0.43 |
| Hex | BE | C3 | 19 | 3 | 0 | 57 | 18 | 3E | 4D | 2B |
| Octal | 276 | 303 | 31 | 3 | 0 | 127 | 30 | 76 | 115 | 53 |
| Binary | 10111110 | 11000011 | 11001 | 11 | 0 | 1010111 | 11000 | 111110 | 1001101 | 101011 |
Color Harmonies of #BEC319
Complementary color
Monochromatic Colors of #BEC319
Black with #BEC319
Text Example
Text Example
White with #BEC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC319; }
p { color: rgb(190,195,25); }
H1.HeaderClassName
{
color: #BEC319;
}
.AnyTagClassName
{
color: #BEC319;
}
</style>
background-color css
<style>
a { background-color: #BEC319; }
a { background-color: rgb(190,195,25); }
div.DivClassName
{
background-color: #BEC319;
}
.BgClassName
{
background-color: #BEC319;
}
</style>
border-color css
<style>
span { border-color: #BEC319; }
span { border-color: rgb(190,195,25); }
td.TdClassName
{
border-color: #BEC319;
}
.TagClassName
{
border-color: #BEC319;
}
</style>