Shades of Rio Grande #BCD50C
Tints of Rio Grande #BCD50C
RGB
CMYK
RGB Variations
Color information
#BCD50C (or 0xBCD50C) is known color: Rio Grande. HEX triplet: BC, D5 and 0C. RGB value is (188,213,12). Sum of RGB (Red+Green+Blue) = 188+213+12=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD50C is #432AF3. Grayscale: #B7B7B7. Windows color (decimal): -4401908 or 841148. OLE color: 841148.
HSL color Cylindrical-coordinate representation of color #BCD50C: hue angle of 67.46º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCD50C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 12 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.16 |
| HSL | 67.46º | 0.89% | 0.44% | - |
| HSV(B) | 67.46º | 0.94% | 0.84% | - |
| XYZ | 44.6 | 58.31 | 9.25 | - |
| YUV | 182.61 | 31.72 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 12 | 0.12 | 0 | 0.94 | 0.16 | 67.46 | 0.89 | 0.44 |
| Hex | BC | D5 | C | C | 0 | 5E | 10 | 43 | 59 | 2C |
| Octal | 274 | 325 | 14 | 14 | 0 | 136 | 20 | 103 | 131 | 54 |
| Binary | 10111100 | 11010101 | 1100 | 1100 | 0 | 1011110 | 10000 | 1000011 | 1011001 | 101100 |
Color Harmonies of #BCD50C
Complementary color
Monochromatic Colors of #BCD50C
Black with #BCD50C
Text Example
Text Example
White with #BCD50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD50C; }
p { color: rgb(188,213,12); }
H1.HeaderClassName
{
color: #BCD50C;
}
.AnyTagClassName
{
color: #BCD50C;
}
</style>
background-color css
<style>
a { background-color: #BCD50C; }
a { background-color: rgb(188,213,12); }
div.DivClassName
{
background-color: #BCD50C;
}
.BgClassName
{
background-color: #BCD50C;
}
</style>
border-color css
<style>
span { border-color: #BCD50C; }
span { border-color: rgb(188,213,12); }
td.TdClassName
{
border-color: #BCD50C;
}
.TagClassName
{
border-color: #BCD50C;
}
</style>