Shades of Rio Grande #BCC221
Tints of Rio Grande #BCC221
RGB
CMYK
RGB Variations
Color information
#BCC221 (or 0xBCC221) is known color: Rio Grande. HEX triplet: BC, C2 and 21. RGB value is (188,194,33). Sum of RGB (Red+Green+Blue) = 188+194+33=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC221 is #433DDE. Grayscale: #AEAEAE. Windows color (decimal): -4406751 or 2212540. OLE color: 2212540.
HSL color Cylindrical-coordinate representation of color #BCC221: hue angle of 62.24º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCC221 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 33 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.24 |
| HSL | 62.24º | 0.71% | 0.45% | - |
| HSV(B) | 62.24º | 0.83% | 0.76% | - |
| XYZ | 40.31 | 49.38 | 8.85 | - |
| YUV | 173.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 33 | 0.03 | 0 | 0.83 | 0.24 | 62.24 | 0.71 | 0.45 |
| Hex | BC | C2 | 21 | 3 | 0 | 53 | 18 | 3E | 47 | 2D |
| Octal | 274 | 302 | 41 | 3 | 0 | 123 | 30 | 76 | 107 | 55 |
| Binary | 10111100 | 11000010 | 100001 | 11 | 0 | 1010011 | 11000 | 111110 | 1000111 | 101101 |
Color Harmonies of #BCC221
Complementary color
Monochromatic Colors of #BCC221
Black with #BCC221
Text Example
Text Example
White with #BCC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC221; }
p { color: rgb(188,194,33); }
H1.HeaderClassName
{
color: #BCC221;
}
.AnyTagClassName
{
color: #BCC221;
}
</style>
background-color css
<style>
a { background-color: #BCC221; }
a { background-color: rgb(188,194,33); }
div.DivClassName
{
background-color: #BCC221;
}
.BgClassName
{
background-color: #BCC221;
}
</style>
border-color css
<style>
span { border-color: #BCC221; }
span { border-color: rgb(188,194,33); }
td.TdClassName
{
border-color: #BCC221;
}
.TagClassName
{
border-color: #BCC221;
}
</style>