Shades of Rio Grande #BCC021
Tints of Rio Grande #BCC021
RGB
CMYK
RGB Variations
Color information
#BCC021 (or 0xBCC021) is known color: Rio Grande. HEX triplet: BC, C0 and 21. RGB value is (188,192,33). Sum of RGB (Red+Green+Blue) = 188+192+33=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC021 is #433FDE. Grayscale: #ADADAD. Windows color (decimal): -4407263 or 2212028. OLE color: 2212028.
HSL color Cylindrical-coordinate representation of color #BCC021: hue angle of 61.51º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCC021 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 33 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.25 |
| HSL | 61.51º | 0.71% | 0.44% | - |
| HSV(B) | 61.51º | 0.83% | 0.75% | - |
| XYZ | 39.86 | 48.5 | 8.7 | - |
| YUV | 172.68 | 49.17 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 33 | 0.02 | 0 | 0.83 | 0.25 | 61.51 | 0.71 | 0.44 |
| Hex | BC | C0 | 21 | 2 | 0 | 53 | 19 | 3E | 47 | 2C |
| Octal | 274 | 300 | 41 | 2 | 0 | 123 | 31 | 76 | 107 | 54 |
| Binary | 10111100 | 11000000 | 100001 | 10 | 0 | 1010011 | 11001 | 111110 | 1000111 | 101100 |
Color Harmonies of #BCC021
Complementary color
Monochromatic Colors of #BCC021
Black with #BCC021
Text Example
Text Example
White with #BCC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC021; }
p { color: rgb(188,192,33); }
H1.HeaderClassName
{
color: #BCC021;
}
.AnyTagClassName
{
color: #BCC021;
}
</style>
background-color css
<style>
a { background-color: #BCC021; }
a { background-color: rgb(188,192,33); }
div.DivClassName
{
background-color: #BCC021;
}
.BgClassName
{
background-color: #BCC021;
}
</style>
border-color css
<style>
span { border-color: #BCC021; }
span { border-color: rgb(188,192,33); }
td.TdClassName
{
border-color: #BCC021;
}
.TagClassName
{
border-color: #BCC021;
}
</style>