Shades of Rio Grande #BCC220
Tints of Rio Grande #BCC220
RGB
CMYK
RGB Variations
Color information
#BCC220 (or 0xBCC220) is known color: Rio Grande. HEX triplet: BC, C2 and 20. RGB value is (188,194,32). Sum of RGB (Red+Green+Blue) = 188+194+32=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC220 is #433DDF. Grayscale: #AEAEAE. Windows color (decimal): -4406752 or 2147004. OLE color: 2147004.
HSL color Cylindrical-coordinate representation of color #BCC220: hue angle of 62.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCC220 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 32 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.24 |
| HSL | 62.22º | 0.72% | 0.44% | - |
| HSV(B) | 62.22º | 0.84% | 0.76% | - |
| XYZ | 40.29 | 49.38 | 8.77 | - |
| YUV | 173.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 32 | 0.03 | 0 | 0.84 | 0.24 | 62.22 | 0.72 | 0.44 |
| Hex | BC | C2 | 20 | 3 | 0 | 54 | 18 | 3E | 48 | 2C |
| Octal | 274 | 302 | 40 | 3 | 0 | 124 | 30 | 76 | 110 | 54 |
| Binary | 10111100 | 11000010 | 100000 | 11 | 0 | 1010100 | 11000 | 111110 | 1001000 | 101100 |
Color Harmonies of #BCC220
Complementary color
Monochromatic Colors of #BCC220
Black with #BCC220
Text Example
Text Example
White with #BCC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC220; }
p { color: rgb(188,194,32); }
H1.HeaderClassName
{
color: #BCC220;
}
.AnyTagClassName
{
color: #BCC220;
}
</style>
background-color css
<style>
a { background-color: #BCC220; }
a { background-color: rgb(188,194,32); }
div.DivClassName
{
background-color: #BCC220;
}
.BgClassName
{
background-color: #BCC220;
}
</style>
border-color css
<style>
span { border-color: #BCC220; }
span { border-color: rgb(188,194,32); }
td.TdClassName
{
border-color: #BCC220;
}
.TagClassName
{
border-color: #BCC220;
}
</style>