Shades of Rio Grande #BCC91F
Tints of Rio Grande #BCC91F
RGB
CMYK
RGB Variations
Color information
#BCC91F (or 0xBCC91F) is known color: Rio Grande. HEX triplet: BC, C9 and 1F. RGB value is (188,201,31). Sum of RGB (Red+Green+Blue) = 188+201+31=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC91F is #4336E0. Grayscale: #B2B2B2. Windows color (decimal): -4404961 or 2083260. OLE color: 2083260.
HSL color Cylindrical-coordinate representation of color #BCC91F: hue angle of 64.59º degrees, saturation: 0.73, 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 #BCC91F is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 31 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.21 |
| HSL | 64.59º | 0.73% | 0.45% | - |
| HSV(B) | 64.59º | 0.85% | 0.79% | - |
| XYZ | 41.87 | 52.56 | 9.24 | - |
| YUV | 177.73 | 45.19 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 31 | 0.06 | 0 | 0.85 | 0.21 | 64.59 | 0.73 | 0.45 |
| Hex | BC | C9 | 1F | 6 | 0 | 55 | 15 | 41 | 49 | 2D |
| Octal | 274 | 311 | 37 | 6 | 0 | 125 | 25 | 101 | 111 | 55 |
| Binary | 10111100 | 11001001 | 11111 | 110 | 0 | 1010101 | 10101 | 1000001 | 1001001 | 101101 |
Color Harmonies of #BCC91F
Complementary color
Monochromatic Colors of #BCC91F
Black with #BCC91F
Text Example
Text Example
White with #BCC91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC91F; }
p { color: rgb(188,201,31); }
H1.HeaderClassName
{
color: #BCC91F;
}
.AnyTagClassName
{
color: #BCC91F;
}
</style>
background-color css
<style>
a { background-color: #BCC91F; }
a { background-color: rgb(188,201,31); }
div.DivClassName
{
background-color: #BCC91F;
}
.BgClassName
{
background-color: #BCC91F;
}
</style>
border-color css
<style>
span { border-color: #BCC91F; }
span { border-color: rgb(188,201,31); }
td.TdClassName
{
border-color: #BCC91F;
}
.TagClassName
{
border-color: #BCC91F;
}
</style>