Shades of Rio Grande #BCD60F
Tints of Rio Grande #BCD60F
RGB
CMYK
RGB Variations
Color information
#BCD60F (or 0xBCD60F) is known color: Rio Grande. HEX triplet: BC, D6 and 0F. RGB value is (188,214,15). Sum of RGB (Red+Green+Blue) = 188+214+15=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD60F is #4329F0. Grayscale: #B8B8B8. Windows color (decimal): -4401649 or 1038012. OLE color: 1038012.
HSL color Cylindrical-coordinate representation of color #BCD60F: hue angle of 67.84º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCD60F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 15 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.16 |
| HSL | 67.84º | 0.87% | 0.45% | - |
| HSV(B) | 67.84º | 0.93% | 0.84% | - |
| XYZ | 44.87 | 58.82 | 9.44 | - |
| YUV | 183.54 | 32.89 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 15 | 0.12 | 0 | 0.93 | 0.16 | 67.84 | 0.87 | 0.45 |
| Hex | BC | D6 | F | C | 0 | 5D | 10 | 44 | 57 | 2D |
| Octal | 274 | 326 | 17 | 14 | 0 | 135 | 20 | 104 | 127 | 55 |
| Binary | 10111100 | 11010110 | 1111 | 1100 | 0 | 1011101 | 10000 | 1000100 | 1010111 | 101101 |
Color Harmonies of #BCD60F
Complementary color
Monochromatic Colors of #BCD60F
Black with #BCD60F
Text Example
Text Example
White with #BCD60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD60F; }
p { color: rgb(188,214,15); }
H1.HeaderClassName
{
color: #BCD60F;
}
.AnyTagClassName
{
color: #BCD60F;
}
</style>
background-color css
<style>
a { background-color: #BCD60F; }
a { background-color: rgb(188,214,15); }
div.DivClassName
{
background-color: #BCD60F;
}
.BgClassName
{
background-color: #BCD60F;
}
</style>
border-color css
<style>
span { border-color: #BCD60F; }
span { border-color: rgb(188,214,15); }
td.TdClassName
{
border-color: #BCD60F;
}
.TagClassName
{
border-color: #BCD60F;
}
</style>