Shades of Rio Grande #BCD210
Tints of Rio Grande #BCD210
RGB
CMYK
RGB Variations
Color information
#BCD210 (or 0xBCD210) is known color: Rio Grande. HEX triplet: BC, D2 and 10. RGB value is (188,210,16). Sum of RGB (Red+Green+Blue) = 188+210+16=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD210 is #432DEF. Grayscale: #B6B6B6. Windows color (decimal): -4402672 or 1102524. OLE color: 1102524.
HSL color Cylindrical-coordinate representation of color #BCD210: hue angle of 66.8º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCD210 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 16 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.18 |
| HSL | 66.8º | 0.86% | 0.44% | - |
| HSV(B) | 66.8º | 0.92% | 0.82% | - |
| XYZ | 43.88 | 56.82 | 9.15 | - |
| YUV | 181.31 | 34.71 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 16 | 0.10 | 0 | 0.92 | 0.18 | 66.8 | 0.86 | 0.44 |
| Hex | BC | D2 | 10 | A | 0 | 5C | 12 | 43 | 56 | 2C |
| Octal | 274 | 322 | 20 | 12 | 0 | 134 | 22 | 103 | 126 | 54 |
| Binary | 10111100 | 11010010 | 10000 | 1010 | 0 | 1011100 | 10010 | 1000011 | 1010110 | 101100 |
Color Harmonies of #BCD210
Complementary color
Monochromatic Colors of #BCD210
Black with #BCD210
Text Example
Text Example
White with #BCD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD210; }
p { color: rgb(188,210,16); }
H1.HeaderClassName
{
color: #BCD210;
}
.AnyTagClassName
{
color: #BCD210;
}
</style>
background-color css
<style>
a { background-color: #BCD210; }
a { background-color: rgb(188,210,16); }
div.DivClassName
{
background-color: #BCD210;
}
.BgClassName
{
background-color: #BCD210;
}
</style>
border-color css
<style>
span { border-color: #BCD210; }
span { border-color: rgb(188,210,16); }
td.TdClassName
{
border-color: #BCD210;
}
.TagClassName
{
border-color: #BCD210;
}
</style>