Shades of Rio Grande #BCD30C
Tints of Rio Grande #BCD30C
RGB
CMYK
RGB Variations
Color information
#BCD30C (or 0xBCD30C) is known color: Rio Grande. HEX triplet: BC, D3 and 0C. RGB value is (188,211,12). Sum of RGB (Red+Green+Blue) = 188+211+12=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD30C is #432CF3. Grayscale: #B6B6B6. Windows color (decimal): -4402420 or 840636. OLE color: 840636.
HSL color Cylindrical-coordinate representation of color #BCD30C: hue angle of 66.93º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCD30C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 12 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.17 |
| HSL | 66.93º | 0.89% | 0.44% | - |
| HSV(B) | 66.93º | 0.94% | 0.83% | - |
| XYZ | 44.1 | 57.31 | 9.08 | - |
| YUV | 181.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 12 | 0.11 | 0 | 0.94 | 0.17 | 66.93 | 0.89 | 0.44 |
| Hex | BC | D3 | C | B | 0 | 5E | 11 | 43 | 59 | 2C |
| Octal | 274 | 323 | 14 | 13 | 0 | 136 | 21 | 103 | 131 | 54 |
| Binary | 10111100 | 11010011 | 1100 | 1011 | 0 | 1011110 | 10001 | 1000011 | 1011001 | 101100 |
Color Harmonies of #BCD30C
Complementary color
Monochromatic Colors of #BCD30C
Black with #BCD30C
Text Example
Text Example
White with #BCD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD30C; }
p { color: rgb(188,211,12); }
H1.HeaderClassName
{
color: #BCD30C;
}
.AnyTagClassName
{
color: #BCD30C;
}
</style>
background-color css
<style>
a { background-color: #BCD30C; }
a { background-color: rgb(188,211,12); }
div.DivClassName
{
background-color: #BCD30C;
}
.BgClassName
{
background-color: #BCD30C;
}
</style>
border-color css
<style>
span { border-color: #BCD30C; }
span { border-color: rgb(188,211,12); }
td.TdClassName
{
border-color: #BCD30C;
}
.TagClassName
{
border-color: #BCD30C;
}
</style>