Shades of Rio Grande #BCBE1D
Tints of Rio Grande #BCBE1D
RGB
CMYK
RGB Variations
Color information
#BCBE1D (or 0xBCBE1D) is known color: Rio Grande. HEX triplet: BC, BE and 1D. RGB value is (188,190,29). Sum of RGB (Red+Green+Blue) = 188+190+29=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBE1D is #4341E2. Grayscale: #ABABAB. Windows color (decimal): -4407779 or 1949372. OLE color: 1949372.
HSL color Cylindrical-coordinate representation of color #BCBE1D: hue angle of 60.75º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCBE1D is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 29 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.25 |
| HSL | 60.75º | 0.74% | 0.43% | - |
| HSV(B) | 60.75º | 0.85% | 0.75% | - |
| XYZ | 39.37 | 47.61 | 8.28 | - |
| YUV | 171.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 29 | 0.01 | 0 | 0.85 | 0.25 | 60.75 | 0.74 | 0.43 |
| Hex | BC | BE | 1D | 1 | 0 | 55 | 19 | 3D | 4A | 2B |
| Octal | 274 | 276 | 35 | 1 | 0 | 125 | 31 | 75 | 112 | 53 |
| Binary | 10111100 | 10111110 | 11101 | 1 | 0 | 1010101 | 11001 | 111101 | 1001010 | 101011 |
Color Harmonies of #BCBE1D
Complementary color
Monochromatic Colors of #BCBE1D
Black with #BCBE1D
Text Example
Text Example
White with #BCBE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE1D; }
p { color: rgb(188,190,29); }
H1.HeaderClassName
{
color: #BCBE1D;
}
.AnyTagClassName
{
color: #BCBE1D;
}
</style>
background-color css
<style>
a { background-color: #BCBE1D; }
a { background-color: rgb(188,190,29); }
div.DivClassName
{
background-color: #BCBE1D;
}
.BgClassName
{
background-color: #BCBE1D;
}
</style>
border-color css
<style>
span { border-color: #BCBE1D; }
span { border-color: rgb(188,190,29); }
td.TdClassName
{
border-color: #BCBE1D;
}
.TagClassName
{
border-color: #BCBE1D;
}
</style>