Shades of Rio Grande #BCD411
Tints of Rio Grande #BCD411
RGB
CMYK
RGB Variations
Color information
#BCD411 (or 0xBCD411) is known color: Rio Grande. HEX triplet: BC, D4 and 11. RGB value is (188,212,17). Sum of RGB (Red+Green+Blue) = 188+212+17=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD411 is #432BEE. Grayscale: #B7B7B7. Windows color (decimal): -4402159 or 1168572. OLE color: 1168572.
HSL color Cylindrical-coordinate representation of color #BCD411: hue angle of 67.38º degrees, saturation: 0.85, 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 #BCD411 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 17 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.17 |
| HSL | 67.38º | 0.85% | 0.45% | - |
| HSV(B) | 67.38º | 0.92% | 0.83% | - |
| XYZ | 44.38 | 57.82 | 9.35 | - |
| YUV | 182.59 | 34.55 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 17 | 0.11 | 0 | 0.92 | 0.17 | 67.38 | 0.85 | 0.45 |
| Hex | BC | D4 | 11 | B | 0 | 5C | 11 | 43 | 55 | 2D |
| Octal | 274 | 324 | 21 | 13 | 0 | 134 | 21 | 103 | 125 | 55 |
| Binary | 10111100 | 11010100 | 10001 | 1011 | 0 | 1011100 | 10001 | 1000011 | 1010101 | 101101 |
Color Harmonies of #BCD411
Complementary color
Monochromatic Colors of #BCD411
Black with #BCD411
Text Example
Text Example
White with #BCD411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD411; }
p { color: rgb(188,212,17); }
H1.HeaderClassName
{
color: #BCD411;
}
.AnyTagClassName
{
color: #BCD411;
}
</style>
background-color css
<style>
a { background-color: #BCD411; }
a { background-color: rgb(188,212,17); }
div.DivClassName
{
background-color: #BCD411;
}
.BgClassName
{
background-color: #BCD411;
}
</style>
border-color css
<style>
span { border-color: #BCD411; }
span { border-color: rgb(188,212,17); }
td.TdClassName
{
border-color: #BCD411;
}
.TagClassName
{
border-color: #BCD411;
}
</style>