Shades of Rio Grande #BCBE19
Tints of Rio Grande #BCBE19
RGB
CMYK
RGB Variations
Color information
#BCBE19 (or 0xBCBE19) is known color: Rio Grande. HEX triplet: BC, BE and 19. RGB value is (188,190,25). Sum of RGB (Red+Green+Blue) = 188+190+25=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBE19 is #4341E6. Grayscale: #ABABAB. Windows color (decimal): -4407783 or 1687228. OLE color: 1687228.
HSL color Cylindrical-coordinate representation of color #BCBE19: hue angle of 60.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCBE19 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 25 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.25 |
| HSL | 60.73º | 0.77% | 0.42% | - |
| HSV(B) | 60.73º | 0.87% | 0.75% | - |
| XYZ | 39.33 | 47.59 | 8.03 | - |
| YUV | 170.59 | 45.84 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 25 | 0.01 | 0 | 0.87 | 0.25 | 60.73 | 0.77 | 0.42 |
| Hex | BC | BE | 19 | 1 | 0 | 57 | 19 | 3D | 4D | 2A |
| Octal | 274 | 276 | 31 | 1 | 0 | 127 | 31 | 75 | 115 | 52 |
| Binary | 10111100 | 10111110 | 11001 | 1 | 0 | 1010111 | 11001 | 111101 | 1001101 | 101010 |
Color Harmonies of #BCBE19
Complementary color
Monochromatic Colors of #BCBE19
Black with #BCBE19
Text Example
Text Example
White with #BCBE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE19; }
p { color: rgb(188,190,25); }
H1.HeaderClassName
{
color: #BCBE19;
}
.AnyTagClassName
{
color: #BCBE19;
}
</style>
background-color css
<style>
a { background-color: #BCBE19; }
a { background-color: rgb(188,190,25); }
div.DivClassName
{
background-color: #BCBE19;
}
.BgClassName
{
background-color: #BCBE19;
}
</style>
border-color css
<style>
span { border-color: #BCBE19; }
span { border-color: rgb(188,190,25); }
td.TdClassName
{
border-color: #BCBE19;
}
.TagClassName
{
border-color: #BCBE19;
}
</style>