Shades of Rio Grande #BCBD2F
Tints of Rio Grande #BCBD2F
RGB
CMYK
RGB Variations
Color information
#BCBD2F (or 0xBCBD2F) is known color: Rio Grande. HEX triplet: BC, BD and 2F. RGB value is (188,189,47). Sum of RGB (Red+Green+Blue) = 188+189+47=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD2F is #4342D0. Grayscale: #ADADAD. Windows color (decimal): -4408017 or 3128764. OLE color: 3128764.
HSL color Cylindrical-coordinate representation of color #BCBD2F: hue angle of 60.42º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCBD2F is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 47 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.26 |
| HSL | 60.42º | 0.6% | 0.46% | - |
| HSV(B) | 60.42º | 0.75% | 0.74% | - |
| XYZ | 39.45 | 47.29 | 9.74 | - |
| YUV | 172.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 47 | 0.01 | 0 | 0.75 | 0.26 | 60.42 | 0.6 | 0.46 |
| Hex | BC | BD | 2F | 1 | 0 | 4B | 1A | 3C | 3C | 2E |
| Octal | 274 | 275 | 57 | 1 | 0 | 113 | 32 | 74 | 74 | 56 |
| Binary | 10111100 | 10111101 | 101111 | 1 | 0 | 1001011 | 11010 | 111100 | 111100 | 101110 |
Color Harmonies of #BCBD2F
Complementary color
Monochromatic Colors of #BCBD2F
Black with #BCBD2F
Text Example
Text Example
White with #BCBD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD2F; }
p { color: rgb(188,189,47); }
H1.HeaderClassName
{
color: #BCBD2F;
}
.AnyTagClassName
{
color: #BCBD2F;
}
</style>
background-color css
<style>
a { background-color: #BCBD2F; }
a { background-color: rgb(188,189,47); }
div.DivClassName
{
background-color: #BCBD2F;
}
.BgClassName
{
background-color: #BCBD2F;
}
</style>
border-color css
<style>
span { border-color: #BCBD2F; }
span { border-color: rgb(188,189,47); }
td.TdClassName
{
border-color: #BCBD2F;
}
.TagClassName
{
border-color: #BCBD2F;
}
</style>