Shades of Rio Grande #BCC620
Tints of Rio Grande #BCC620
RGB
CMYK
RGB Variations
Color information
#BCC620 (or 0xBCC620) is known color: Rio Grande. HEX triplet: BC, C6 and 20. RGB value is (188,198,32). Sum of RGB (Red+Green+Blue) = 188+198+32=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC620 is #4339DF. Grayscale: #B0B0B0. Windows color (decimal): -4405728 or 2148028. OLE color: 2148028.
HSL color Cylindrical-coordinate representation of color #BCC620: hue angle of 63.61º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCC620 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 32 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.22 |
| HSL | 63.61º | 0.72% | 0.45% | - |
| HSV(B) | 63.61º | 0.84% | 0.78% | - |
| XYZ | 41.19 | 51.18 | 9.07 | - |
| YUV | 176.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 32 | 0.05 | 0 | 0.84 | 0.22 | 63.61 | 0.72 | 0.45 |
| Hex | BC | C6 | 20 | 5 | 0 | 54 | 16 | 40 | 48 | 2D |
| Octal | 274 | 306 | 40 | 5 | 0 | 124 | 26 | 100 | 110 | 55 |
| Binary | 10111100 | 11000110 | 100000 | 101 | 0 | 1010100 | 10110 | 1000000 | 1001000 | 101101 |
Color Harmonies of #BCC620
Complementary color
Monochromatic Colors of #BCC620
Black with #BCC620
Text Example
Text Example
White with #BCC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC620; }
p { color: rgb(188,198,32); }
H1.HeaderClassName
{
color: #BCC620;
}
.AnyTagClassName
{
color: #BCC620;
}
</style>
background-color css
<style>
a { background-color: #BCC620; }
a { background-color: rgb(188,198,32); }
div.DivClassName
{
background-color: #BCC620;
}
.BgClassName
{
background-color: #BCC620;
}
</style>
border-color css
<style>
span { border-color: #BCC620; }
span { border-color: rgb(188,198,32); }
td.TdClassName
{
border-color: #BCC620;
}
.TagClassName
{
border-color: #BCC620;
}
</style>