Shades of Rio Grande #BCBD2C
Tints of Rio Grande #BCBD2C
RGB
CMYK
RGB Variations
Color information
#BCBD2C (or 0xBCBD2C) is known color: Rio Grande. HEX triplet: BC, BD and 2C. RGB value is (188,189,44). Sum of RGB (Red+Green+Blue) = 188+189+44=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD2C is #4342D3. Grayscale: #ACACAC. Windows color (decimal): -4408020 or 2932156. OLE color: 2932156.
HSL color Cylindrical-coordinate representation of color #BCBD2C: hue angle of 60.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCBD2C is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 44 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.26 |
| HSL | 60.41º | 0.62% | 0.46% | - |
| HSV(B) | 60.41º | 0.77% | 0.74% | - |
| XYZ | 39.39 | 47.27 | 9.43 | - |
| YUV | 172.17 | 55.67 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 44 | 0.01 | 0 | 0.77 | 0.26 | 60.41 | 0.62 | 0.46 |
| Hex | BC | BD | 2C | 1 | 0 | 4D | 1A | 3C | 3E | 2E |
| Octal | 274 | 275 | 54 | 1 | 0 | 115 | 32 | 74 | 76 | 56 |
| Binary | 10111100 | 10111101 | 101100 | 1 | 0 | 1001101 | 11010 | 111100 | 111110 | 101110 |
Color Harmonies of #BCBD2C
Complementary color
Monochromatic Colors of #BCBD2C
Black with #BCBD2C
Text Example
Text Example
White with #BCBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD2C; }
p { color: rgb(188,189,44); }
H1.HeaderClassName
{
color: #BCBD2C;
}
.AnyTagClassName
{
color: #BCBD2C;
}
</style>
background-color css
<style>
a { background-color: #BCBD2C; }
a { background-color: rgb(188,189,44); }
div.DivClassName
{
background-color: #BCBD2C;
}
.BgClassName
{
background-color: #BCBD2C;
}
</style>
border-color css
<style>
span { border-color: #BCBD2C; }
span { border-color: rgb(188,189,44); }
td.TdClassName
{
border-color: #BCBD2C;
}
.TagClassName
{
border-color: #BCBD2C;
}
</style>