Shades of Rio Grande #BCC615
Tints of Rio Grande #BCC615
RGB
CMYK
RGB Variations
Color information
#BCC615 (or 0xBCC615) is known color: Rio Grande. HEX triplet: BC, C6 and 15. RGB value is (188,198,21). Sum of RGB (Red+Green+Blue) = 188+198+21=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC615 is #4339EA. Grayscale: #AFAFAF. Windows color (decimal): -4405739 or 1427132. OLE color: 1427132.
HSL color Cylindrical-coordinate representation of color #BCC615: hue angle of 63.39º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCC615 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 21 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.22 |
| HSL | 63.39º | 0.81% | 0.43% | - |
| HSV(B) | 63.39º | 0.89% | 0.78% | - |
| XYZ | 41.07 | 51.13 | 8.41 | - |
| YUV | 174.83 | 41.19 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 21 | 0.05 | 0 | 0.89 | 0.22 | 63.39 | 0.81 | 0.43 |
| Hex | BC | C6 | 15 | 5 | 0 | 59 | 16 | 3F | 51 | 2B |
| Octal | 274 | 306 | 25 | 5 | 0 | 131 | 26 | 77 | 121 | 53 |
| Binary | 10111100 | 11000110 | 10101 | 101 | 0 | 1011001 | 10110 | 111111 | 1010001 | 101011 |
Color Harmonies of #BCC615
Complementary color
Monochromatic Colors of #BCC615
Black with #BCC615
Text Example
Text Example
White with #BCC615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC615; }
p { color: rgb(188,198,21); }
H1.HeaderClassName
{
color: #BCC615;
}
.AnyTagClassName
{
color: #BCC615;
}
</style>
background-color css
<style>
a { background-color: #BCC615; }
a { background-color: rgb(188,198,21); }
div.DivClassName
{
background-color: #BCC615;
}
.BgClassName
{
background-color: #BCC615;
}
</style>
border-color css
<style>
span { border-color: #BCC615; }
span { border-color: rgb(188,198,21); }
td.TdClassName
{
border-color: #BCC615;
}
.TagClassName
{
border-color: #BCC615;
}
</style>