Shades of Rio Grande #BCD20C
Tints of Rio Grande #BCD20C
RGB
CMYK
RGB Variations
Color information
#BCD20C (or 0xBCD20C) is known color: Rio Grande. HEX triplet: BC, D2 and 0C. RGB value is (188,210,12). Sum of RGB (Red+Green+Blue) = 188+210+12=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 210 (82.42% from 255 or 51.22% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD20C is #432DF3. Grayscale: #B5B5B5. Windows color (decimal): -4402676 or 840380. OLE color: 840380.
HSL color Cylindrical-coordinate representation of color #BCD20C: hue angle of 66.67º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCD20C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.18 |
| HSL | 66.67º | 0.89% | 0.44% | - |
| HSV(B) | 66.67º | 0.94% | 0.82% | - |
| XYZ | 43.85 | 56.81 | 9 | - |
| YUV | 180.85 | 32.71 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 12 | 0.10 | 0 | 0.94 | 0.18 | 66.67 | 0.89 | 0.44 |
| Hex | BC | D2 | C | A | 0 | 5E | 12 | 43 | 59 | 2C |
| Octal | 274 | 322 | 14 | 12 | 0 | 136 | 22 | 103 | 131 | 54 |
| Binary | 10111100 | 11010010 | 1100 | 1010 | 0 | 1011110 | 10010 | 1000011 | 1011001 | 101100 |
Color Harmonies of #BCD20C
Complementary color
Monochromatic Colors of #BCD20C
Black with #BCD20C
Text Example
Text Example
White with #BCD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD20C; }
p { color: rgb(188,210,12); }
H1.HeaderClassName
{
color: #BCD20C;
}
.AnyTagClassName
{
color: #BCD20C;
}
</style>
background-color css
<style>
a { background-color: #BCD20C; }
a { background-color: rgb(188,210,12); }
div.DivClassName
{
background-color: #BCD20C;
}
.BgClassName
{
background-color: #BCD20C;
}
</style>
border-color css
<style>
span { border-color: #BCD20C; }
span { border-color: rgb(188,210,12); }
td.TdClassName
{
border-color: #BCD20C;
}
.TagClassName
{
border-color: #BCD20C;
}
</style>