Shades of Rio Grande #BCD50D
Tints of Rio Grande #BCD50D
RGB
CMYK
RGB Variations
Color information
#BCD50D (or 0xBCD50D) is known color: Rio Grande. HEX triplet: BC, D5 and 0D. RGB value is (188,213,13). Sum of RGB (Red+Green+Blue) = 188+213+13=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD50D is #432AF2. Grayscale: #B7B7B7. Windows color (decimal): -4401907 or 906684. OLE color: 906684.
HSL color Cylindrical-coordinate representation of color #BCD50D: hue angle of 67.5º degrees, saturation: 0.88, 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 #BCD50D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.16 |
| HSL | 67.5º | 0.88% | 0.44% | - |
| HSV(B) | 67.5º | 0.94% | 0.84% | - |
| XYZ | 44.61 | 58.31 | 9.28 | - |
| YUV | 182.73 | 32.22 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 13 | 0.12 | 0 | 0.94 | 0.16 | 67.5 | 0.88 | 0.44 |
| Hex | BC | D5 | D | C | 0 | 5E | 10 | 44 | 58 | 2C |
| Octal | 274 | 325 | 15 | 14 | 0 | 136 | 20 | 104 | 130 | 54 |
| Binary | 10111100 | 11010101 | 1101 | 1100 | 0 | 1011110 | 10000 | 1000100 | 1011000 | 101100 |
Color Harmonies of #BCD50D
Complementary color
Monochromatic Colors of #BCD50D
Black with #BCD50D
Text Example
Text Example
White with #BCD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD50D; }
p { color: rgb(188,213,13); }
H1.HeaderClassName
{
color: #BCD50D;
}
.AnyTagClassName
{
color: #BCD50D;
}
</style>
background-color css
<style>
a { background-color: #BCD50D; }
a { background-color: rgb(188,213,13); }
div.DivClassName
{
background-color: #BCD50D;
}
.BgClassName
{
background-color: #BCD50D;
}
</style>
border-color css
<style>
span { border-color: #BCD50D; }
span { border-color: rgb(188,213,13); }
td.TdClassName
{
border-color: #BCD50D;
}
.TagClassName
{
border-color: #BCD50D;
}
</style>