Shades of Rio Grande #BCBC2F
Tints of Rio Grande #BCBC2F
RGB
CMYK
RGB Variations
Color information
#BCBC2F (or 0xBCBC2F) is known color: Rio Grande. HEX triplet: BC, BC and 2F. RGB value is (188,188,47). Sum of RGB (Red+Green+Blue) = 188+188+47=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC2F is #4343D0. Grayscale: #ACACAC. Windows color (decimal): -4408273 or 3128508. OLE color: 3128508.
HSL color Cylindrical-coordinate representation of color #BCBC2F: hue angle of 60º 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 #BCBC2F is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 47 | - |
| CMYK | 0 | 0 | 0.75 | 0.26 |
| HSL | 60º | 0.6% | 0.46% | - |
| HSV(B) | 60º | 0.75% | 0.74% | - |
| XYZ | 39.24 | 46.86 | 9.67 | - |
| YUV | 171.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 47 | 0 | 0 | 0.75 | 0.26 | 60 | 0.6 | 0.46 |
| Hex | BC | BC | 2F | 0 | 0 | 4B | 1A | 3C | 3C | 2E |
| Octal | 274 | 274 | 57 | 0 | 0 | 113 | 32 | 74 | 74 | 56 |
| Binary | 10111100 | 10111100 | 101111 | 0 | 0 | 1001011 | 11010 | 111100 | 111100 | 101110 |
Color Harmonies of #BCBC2F
Complementary color
Monochromatic Colors of #BCBC2F
Black with #BCBC2F
Text Example
Text Example
White with #BCBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC2F; }
p { color: rgb(188,188,47); }
H1.HeaderClassName
{
color: #BCBC2F;
}
.AnyTagClassName
{
color: #BCBC2F;
}
</style>
background-color css
<style>
a { background-color: #BCBC2F; }
a { background-color: rgb(188,188,47); }
div.DivClassName
{
background-color: #BCBC2F;
}
.BgClassName
{
background-color: #BCBC2F;
}
</style>
border-color css
<style>
span { border-color: #BCBC2F; }
span { border-color: rgb(188,188,47); }
td.TdClassName
{
border-color: #BCBC2F;
}
.TagClassName
{
border-color: #BCBC2F;
}
</style>