Shades of Rio Grande #BCBE2D
Tints of Rio Grande #BCBE2D
RGB
CMYK
RGB Variations
Color information
#BCBE2D (or 0xBCBE2D) is known color: Rio Grande. HEX triplet: BC, BE and 2D. RGB value is (188,190,45). Sum of RGB (Red+Green+Blue) = 188+190+45=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBE2D is #4341D2. Grayscale: #ADADAD. Windows color (decimal): -4407763 or 2997948. OLE color: 2997948.
HSL color Cylindrical-coordinate representation of color #BCBE2D: hue angle of 60.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCBE2D is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 45 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.25 |
| HSL | 60.83º | 0.62% | 0.46% | - |
| HSV(B) | 60.83º | 0.76% | 0.75% | - |
| XYZ | 39.63 | 47.71 | 9.6 | - |
| YUV | 172.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 45 | 0.01 | 0 | 0.76 | 0.25 | 60.83 | 0.62 | 0.46 |
| Hex | BC | BE | 2D | 1 | 0 | 4C | 19 | 3D | 3E | 2E |
| Octal | 274 | 276 | 55 | 1 | 0 | 114 | 31 | 75 | 76 | 56 |
| Binary | 10111100 | 10111110 | 101101 | 1 | 0 | 1001100 | 11001 | 111101 | 111110 | 101110 |
Color Harmonies of #BCBE2D
Complementary color
Monochromatic Colors of #BCBE2D
Black with #BCBE2D
Text Example
Text Example
White with #BCBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE2D; }
p { color: rgb(188,190,45); }
H1.HeaderClassName
{
color: #BCBE2D;
}
.AnyTagClassName
{
color: #BCBE2D;
}
</style>
background-color css
<style>
a { background-color: #BCBE2D; }
a { background-color: rgb(188,190,45); }
div.DivClassName
{
background-color: #BCBE2D;
}
.BgClassName
{
background-color: #BCBE2D;
}
</style>
border-color css
<style>
span { border-color: #BCBE2D; }
span { border-color: rgb(188,190,45); }
td.TdClassName
{
border-color: #BCBE2D;
}
.TagClassName
{
border-color: #BCBE2D;
}
</style>