Shades of Rio Grande #BCC11E
Tints of Rio Grande #BCC11E
RGB
CMYK
RGB Variations
Color information
#BCC11E (or 0xBCC11E) is known color: Rio Grande. HEX triplet: BC, C1 and 1E. RGB value is (188,193,30). Sum of RGB (Red+Green+Blue) = 188+193+30=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC11E is #433EE1. Grayscale: #ADADAD. Windows color (decimal): -4407010 or 2015676. OLE color: 2015676.
HSL color Cylindrical-coordinate representation of color #BCC11E: hue angle of 61.84º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCC11E is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 30 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.24 |
| HSL | 61.84º | 0.73% | 0.44% | - |
| HSV(B) | 61.84º | 0.84% | 0.76% | - |
| XYZ | 40.04 | 48.93 | 8.56 | - |
| YUV | 172.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 30 | 0.03 | 0 | 0.84 | 0.24 | 61.84 | 0.73 | 0.44 |
| Hex | BC | C1 | 1E | 3 | 0 | 54 | 18 | 3E | 49 | 2C |
| Octal | 274 | 301 | 36 | 3 | 0 | 124 | 30 | 76 | 111 | 54 |
| Binary | 10111100 | 11000001 | 11110 | 11 | 0 | 1010100 | 11000 | 111110 | 1001001 | 101100 |
Color Harmonies of #BCC11E
Complementary color
Monochromatic Colors of #BCC11E
Black with #BCC11E
Text Example
Text Example
White with #BCC11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC11E; }
p { color: rgb(188,193,30); }
H1.HeaderClassName
{
color: #BCC11E;
}
.AnyTagClassName
{
color: #BCC11E;
}
</style>
background-color css
<style>
a { background-color: #BCC11E; }
a { background-color: rgb(188,193,30); }
div.DivClassName
{
background-color: #BCC11E;
}
.BgClassName
{
background-color: #BCC11E;
}
</style>
border-color css
<style>
span { border-color: #BCC11E; }
span { border-color: rgb(188,193,30); }
td.TdClassName
{
border-color: #BCC11E;
}
.TagClassName
{
border-color: #BCC11E;
}
</style>