Shades of Rio Grande #BCD111
Tints of Rio Grande #BCD111
RGB
CMYK
RGB Variations
Color information
#BCD111 (or 0xBCD111) is known color: Rio Grande. HEX triplet: BC, D1 and 11. RGB value is (188,209,17). Sum of RGB (Red+Green+Blue) = 188+209+17=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD111 is #432EEE. Grayscale: #B5B5B5. Windows color (decimal): -4402927 or 1167804. OLE color: 1167804.
HSL color Cylindrical-coordinate representation of color #BCD111: hue angle of 66.56º degrees, saturation: 0.85, 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 #BCD111 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 17 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.18 |
| HSL | 66.56º | 0.85% | 0.44% | - |
| HSV(B) | 66.56º | 0.92% | 0.82% | - |
| XYZ | 43.64 | 56.33 | 9.1 | - |
| YUV | 180.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 17 | 0.10 | 0 | 0.92 | 0.18 | 66.56 | 0.85 | 0.44 |
| Hex | BC | D1 | 11 | A | 0 | 5C | 12 | 43 | 55 | 2C |
| Octal | 274 | 321 | 21 | 12 | 0 | 134 | 22 | 103 | 125 | 54 |
| Binary | 10111100 | 11010001 | 10001 | 1010 | 0 | 1011100 | 10010 | 1000011 | 1010101 | 101100 |
Color Harmonies of #BCD111
Complementary color
Monochromatic Colors of #BCD111
Black with #BCD111
Text Example
Text Example
White with #BCD111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD111; }
p { color: rgb(188,209,17); }
H1.HeaderClassName
{
color: #BCD111;
}
.AnyTagClassName
{
color: #BCD111;
}
</style>
background-color css
<style>
a { background-color: #BCD111; }
a { background-color: rgb(188,209,17); }
div.DivClassName
{
background-color: #BCD111;
}
.BgClassName
{
background-color: #BCD111;
}
</style>
border-color css
<style>
span { border-color: #BCD111; }
span { border-color: rgb(188,209,17); }
td.TdClassName
{
border-color: #BCD111;
}
.TagClassName
{
border-color: #BCD111;
}
</style>