Shades of Rio Grande #BCC91E
Tints of Rio Grande #BCC91E
RGB
CMYK
RGB Variations
Color information
#BCC91E (or 0xBCC91E) is known color: Rio Grande. HEX triplet: BC, C9 and 1E. RGB value is (188,201,30). Sum of RGB (Red+Green+Blue) = 188+201+30=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC91E is #4336E1. Grayscale: #B2B2B2. Windows color (decimal): -4404962 or 2017724. OLE color: 2017724.
HSL color Cylindrical-coordinate representation of color #BCC91E: hue angle of 64.56º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCC91E is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 30 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.21 |
| HSL | 64.56º | 0.74% | 0.45% | - |
| HSV(B) | 64.56º | 0.85% | 0.79% | - |
| XYZ | 41.86 | 52.56 | 9.17 | - |
| YUV | 177.62 | 44.69 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 30 | 0.06 | 0 | 0.85 | 0.21 | 64.56 | 0.74 | 0.45 |
| Hex | BC | C9 | 1E | 6 | 0 | 55 | 15 | 41 | 4A | 2D |
| Octal | 274 | 311 | 36 | 6 | 0 | 125 | 25 | 101 | 112 | 55 |
| Binary | 10111100 | 11001001 | 11110 | 110 | 0 | 1010101 | 10101 | 1000001 | 1001010 | 101101 |
Color Harmonies of #BCC91E
Complementary color
Monochromatic Colors of #BCC91E
Black with #BCC91E
Text Example
Text Example
White with #BCC91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC91E; }
p { color: rgb(188,201,30); }
H1.HeaderClassName
{
color: #BCC91E;
}
.AnyTagClassName
{
color: #BCC91E;
}
</style>
background-color css
<style>
a { background-color: #BCC91E; }
a { background-color: rgb(188,201,30); }
div.DivClassName
{
background-color: #BCC91E;
}
.BgClassName
{
background-color: #BCC91E;
}
</style>
border-color css
<style>
span { border-color: #BCC91E; }
span { border-color: rgb(188,201,30); }
td.TdClassName
{
border-color: #BCC91E;
}
.TagClassName
{
border-color: #BCC91E;
}
</style>