Shades of Rio Grande #BCC915
Tints of Rio Grande #BCC915
RGB
CMYK
RGB Variations
Color information
#BCC915 (or 0xBCC915) is known color: Rio Grande. HEX triplet: BC, C9 and 15. RGB value is (188,201,21). Sum of RGB (Red+Green+Blue) = 188+201+21=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC915 is #4336EA. Grayscale: #B1B1B1. Windows color (decimal): -4404971 or 1427900. OLE color: 1427900.
HSL color Cylindrical-coordinate representation of color #BCC915: hue angle of 64.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCC915 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.21 |
| HSL | 64.33º | 0.81% | 0.44% | - |
| HSV(B) | 64.33º | 0.9% | 0.79% | - |
| XYZ | 41.76 | 52.52 | 8.65 | - |
| YUV | 176.59 | 40.19 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 21 | 0.06 | 0 | 0.90 | 0.21 | 64.33 | 0.81 | 0.44 |
| Hex | BC | C9 | 15 | 6 | 0 | 5A | 15 | 40 | 51 | 2C |
| Octal | 274 | 311 | 25 | 6 | 0 | 132 | 25 | 100 | 121 | 54 |
| Binary | 10111100 | 11001001 | 10101 | 110 | 0 | 1011010 | 10101 | 1000000 | 1010001 | 101100 |
Color Harmonies of #BCC915
Complementary color
Monochromatic Colors of #BCC915
Black with #BCC915
Text Example
Text Example
White with #BCC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC915; }
p { color: rgb(188,201,21); }
H1.HeaderClassName
{
color: #BCC915;
}
.AnyTagClassName
{
color: #BCC915;
}
</style>
background-color css
<style>
a { background-color: #BCC915; }
a { background-color: rgb(188,201,21); }
div.DivClassName
{
background-color: #BCC915;
}
.BgClassName
{
background-color: #BCC915;
}
</style>
border-color css
<style>
span { border-color: #BCC915; }
span { border-color: rgb(188,201,21); }
td.TdClassName
{
border-color: #BCC915;
}
.TagClassName
{
border-color: #BCC915;
}
</style>