Shades of Rio Grande #BCD315
Tints of Rio Grande #BCD315
RGB
CMYK
RGB Variations
Color information
#BCD315 (or 0xBCD315) is known color: Rio Grande. HEX triplet: BC, D3 and 15. RGB value is (188,211,21). Sum of RGB (Red+Green+Blue) = 188+211+21=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD315 is #432CEA. Grayscale: #B7B7B7. Windows color (decimal): -4402411 or 1430460. OLE color: 1430460.
HSL color Cylindrical-coordinate representation of color #BCD315: hue angle of 67.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCD315 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 21 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.17 |
| HSL | 67.26º | 0.82% | 0.45% | - |
| HSV(B) | 67.26º | 0.9% | 0.83% | - |
| XYZ | 44.17 | 57.33 | 9.45 | - |
| YUV | 182.46 | 36.88 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 21 | 0.11 | 0 | 0.90 | 0.17 | 67.26 | 0.82 | 0.45 |
| Hex | BC | D3 | 15 | B | 0 | 5A | 11 | 43 | 52 | 2D |
| Octal | 274 | 323 | 25 | 13 | 0 | 132 | 21 | 103 | 122 | 55 |
| Binary | 10111100 | 11010011 | 10101 | 1011 | 0 | 1011010 | 10001 | 1000011 | 1010010 | 101101 |
Color Harmonies of #BCD315
Complementary color
Monochromatic Colors of #BCD315
Black with #BCD315
Text Example
Text Example
White with #BCD315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD315; }
p { color: rgb(188,211,21); }
H1.HeaderClassName
{
color: #BCD315;
}
.AnyTagClassName
{
color: #BCD315;
}
</style>
background-color css
<style>
a { background-color: #BCD315; }
a { background-color: rgb(188,211,21); }
div.DivClassName
{
background-color: #BCD315;
}
.BgClassName
{
background-color: #BCD315;
}
</style>
border-color css
<style>
span { border-color: #BCD315; }
span { border-color: rgb(188,211,21); }
td.TdClassName
{
border-color: #BCD315;
}
.TagClassName
{
border-color: #BCD315;
}
</style>