Shades of Rio Grande #BCBD2B
Tints of Rio Grande #BCBD2B
RGB
CMYK
RGB Variations
Color information
#BCBD2B (or 0xBCBD2B) is known color: Rio Grande. HEX triplet: BC, BD and 2B. RGB value is (188,189,43). Sum of RGB (Red+Green+Blue) = 188+189+43=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD2B is #4342D4. Grayscale: #ACACAC. Windows color (decimal): -4408021 or 2866620. OLE color: 2866620.
HSL color Cylindrical-coordinate representation of color #BCBD2B: hue angle of 60.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCBD2B is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 43 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.26 |
| HSL | 60.41º | 0.63% | 0.45% | - |
| HSV(B) | 60.41º | 0.77% | 0.74% | - |
| XYZ | 39.37 | 47.26 | 9.33 | - |
| YUV | 172.06 | 55.17 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 43 | 0.01 | 0 | 0.77 | 0.26 | 60.41 | 0.63 | 0.45 |
| Hex | BC | BD | 2B | 1 | 0 | 4D | 1A | 3C | 3F | 2D |
| Octal | 274 | 275 | 53 | 1 | 0 | 115 | 32 | 74 | 77 | 55 |
| Binary | 10111100 | 10111101 | 101011 | 1 | 0 | 1001101 | 11010 | 111100 | 111111 | 101101 |
Color Harmonies of #BCBD2B
Complementary color
Monochromatic Colors of #BCBD2B
Black with #BCBD2B
Text Example
Text Example
White with #BCBD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD2B; }
p { color: rgb(188,189,43); }
H1.HeaderClassName
{
color: #BCBD2B;
}
.AnyTagClassName
{
color: #BCBD2B;
}
</style>
background-color css
<style>
a { background-color: #BCBD2B; }
a { background-color: rgb(188,189,43); }
div.DivClassName
{
background-color: #BCBD2B;
}
.BgClassName
{
background-color: #BCBD2B;
}
</style>
border-color css
<style>
span { border-color: #BCBD2B; }
span { border-color: rgb(188,189,43); }
td.TdClassName
{
border-color: #BCBD2B;
}
.TagClassName
{
border-color: #BCBD2B;
}
</style>