Shades of Rio Grande #BCBC2D
Tints of Rio Grande #BCBC2D
RGB
CMYK
RGB Variations
Color information
#BCBC2D (or 0xBCBC2D) is known color: Rio Grande. HEX triplet: BC, BC and 2D. RGB value is (188,188,45). Sum of RGB (Red+Green+Blue) = 188+188+45=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC2D is #4343D2. Grayscale: #ACACAC. Windows color (decimal): -4408275 or 2997436. OLE color: 2997436.
HSL color Cylindrical-coordinate representation of color #BCBC2D: 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 #BCBC2D is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 45 | - |
| CMYK | 0 | 0 | 0.76 | 0.26 |
| HSL | 60º | 0.61% | 0.46% | - |
| HSV(B) | 60º | 0.76% | 0.74% | - |
| XYZ | 39.2 | 46.85 | 9.46 | - |
| YUV | 171.7 | 56.5 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 45 | 0 | 0 | 0.76 | 0.26 | 60 | 0.61 | 0.46 |
| Hex | BC | BC | 2D | 0 | 0 | 4C | 1A | 3C | 3D | 2E |
| Octal | 274 | 274 | 55 | 0 | 0 | 114 | 32 | 74 | 75 | 56 |
| Binary | 10111100 | 10111100 | 101101 | 0 | 0 | 1001100 | 11010 | 111100 | 111101 | 101110 |
Color Harmonies of #BCBC2D
Complementary color
Monochromatic Colors of #BCBC2D
Black with #BCBC2D
Text Example
Text Example
White with #BCBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC2D; }
p { color: rgb(188,188,45); }
H1.HeaderClassName
{
color: #BCBC2D;
}
.AnyTagClassName
{
color: #BCBC2D;
}
</style>
background-color css
<style>
a { background-color: #BCBC2D; }
a { background-color: rgb(188,188,45); }
div.DivClassName
{
background-color: #BCBC2D;
}
.BgClassName
{
background-color: #BCBC2D;
}
</style>
border-color css
<style>
span { border-color: #BCBC2D; }
span { border-color: rgb(188,188,45); }
td.TdClassName
{
border-color: #BCBC2D;
}
.TagClassName
{
border-color: #BCBC2D;
}
</style>