Shades of Rio Grande #BCD410
Tints of Rio Grande #BCD410
RGB
CMYK
RGB Variations
Color information
#BCD410 (or 0xBCD410) is known color: Rio Grande. HEX triplet: BC, D4 and 10. RGB value is (188,212,16). Sum of RGB (Red+Green+Blue) = 188+212+16=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD410 is #432BEF. Grayscale: #B7B7B7. Windows color (decimal): -4402160 or 1103036. OLE color: 1103036.
HSL color Cylindrical-coordinate representation of color #BCD410: hue angle of 67.35º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCD410 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 16 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.17 |
| HSL | 67.35º | 0.86% | 0.45% | - |
| HSV(B) | 67.35º | 0.92% | 0.83% | - |
| XYZ | 44.38 | 57.82 | 9.31 | - |
| YUV | 182.48 | 34.05 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 16 | 0.11 | 0 | 0.92 | 0.17 | 67.35 | 0.86 | 0.45 |
| Hex | BC | D4 | 10 | B | 0 | 5C | 11 | 43 | 56 | 2D |
| Octal | 274 | 324 | 20 | 13 | 0 | 134 | 21 | 103 | 126 | 55 |
| Binary | 10111100 | 11010100 | 10000 | 1011 | 0 | 1011100 | 10001 | 1000011 | 1010110 | 101101 |
Color Harmonies of #BCD410
Complementary color
Monochromatic Colors of #BCD410
Black with #BCD410
Text Example
Text Example
White with #BCD410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD410; }
p { color: rgb(188,212,16); }
H1.HeaderClassName
{
color: #BCD410;
}
.AnyTagClassName
{
color: #BCD410;
}
</style>
background-color css
<style>
a { background-color: #BCD410; }
a { background-color: rgb(188,212,16); }
div.DivClassName
{
background-color: #BCD410;
}
.BgClassName
{
background-color: #BCD410;
}
</style>
border-color css
<style>
span { border-color: #BCD410; }
span { border-color: rgb(188,212,16); }
td.TdClassName
{
border-color: #BCD410;
}
.TagClassName
{
border-color: #BCD410;
}
</style>