Shades of Rio Grande #BCBC2E
Tints of Rio Grande #BCBC2E
RGB
CMYK
RGB Variations
Color information
#BCBC2E (or 0xBCBC2E) is known color: Rio Grande. HEX triplet: BC, BC and 2E. RGB value is (188,188,46). Sum of RGB (Red+Green+Blue) = 188+188+46=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC2E is #4343D1. Grayscale: #ACACAC. Windows color (decimal): -4408274 or 3062972. OLE color: 3062972.
HSL color Cylindrical-coordinate representation of color #BCBC2E: hue angle of 60º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCBC2E is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 46 | - |
| CMYK | 0 | 0 | 0.76 | 0.26 |
| HSL | 60º | 0.61% | 0.46% | - |
| HSV(B) | 60º | 0.76% | 0.74% | - |
| XYZ | 39.22 | 46.86 | 9.56 | - |
| YUV | 171.81 | 57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 46 | 0 | 0 | 0.76 | 0.26 | 60 | 0.61 | 0.46 |
| Hex | BC | BC | 2E | 0 | 0 | 4C | 1A | 3C | 3D | 2E |
| Octal | 274 | 274 | 56 | 0 | 0 | 114 | 32 | 74 | 75 | 56 |
| Binary | 10111100 | 10111100 | 101110 | 0 | 0 | 1001100 | 11010 | 111100 | 111101 | 101110 |
Color Harmonies of #BCBC2E
Complementary color
Monochromatic Colors of #BCBC2E
Black with #BCBC2E
Text Example
Text Example
White with #BCBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC2E; }
p { color: rgb(188,188,46); }
H1.HeaderClassName
{
color: #BCBC2E;
}
.AnyTagClassName
{
color: #BCBC2E;
}
</style>
background-color css
<style>
a { background-color: #BCBC2E; }
a { background-color: rgb(188,188,46); }
div.DivClassName
{
background-color: #BCBC2E;
}
.BgClassName
{
background-color: #BCBC2E;
}
</style>
border-color css
<style>
span { border-color: #BCBC2E; }
span { border-color: rgb(188,188,46); }
td.TdClassName
{
border-color: #BCBC2E;
}
.TagClassName
{
border-color: #BCBC2E;
}
</style>