Shades of Rio Grande #BCC117
Tints of Rio Grande #BCC117
RGB
CMYK
RGB Variations
Color information
#BCC117 (or 0xBCC117) is known color: Rio Grande. HEX triplet: BC, C1 and 17. RGB value is (188,193,23). Sum of RGB (Red+Green+Blue) = 188+193+23=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC117 is #433EE8. Grayscale: #ACACAC. Windows color (decimal): -4407017 or 1556924. OLE color: 1556924.
HSL color Cylindrical-coordinate representation of color #BCC117: hue angle of 61.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCC117 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 23 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.24 |
| HSL | 61.76º | 0.79% | 0.42% | - |
| HSV(B) | 61.76º | 0.88% | 0.76% | - |
| XYZ | 39.96 | 48.89 | 8.14 | - |
| YUV | 172.13 | 43.84 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 23 | 0.03 | 0 | 0.88 | 0.24 | 61.76 | 0.79 | 0.42 |
| Hex | BC | C1 | 17 | 3 | 0 | 58 | 18 | 3E | 4F | 2A |
| Octal | 274 | 301 | 27 | 3 | 0 | 130 | 30 | 76 | 117 | 52 |
| Binary | 10111100 | 11000001 | 10111 | 11 | 0 | 1011000 | 11000 | 111110 | 1001111 | 101010 |
Color Harmonies of #BCC117
Complementary color
Monochromatic Colors of #BCC117
Black with #BCC117
Text Example
Text Example
White with #BCC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC117; }
p { color: rgb(188,193,23); }
H1.HeaderClassName
{
color: #BCC117;
}
.AnyTagClassName
{
color: #BCC117;
}
</style>
background-color css
<style>
a { background-color: #BCC117; }
a { background-color: rgb(188,193,23); }
div.DivClassName
{
background-color: #BCC117;
}
.BgClassName
{
background-color: #BCC117;
}
</style>
border-color css
<style>
span { border-color: #BCC117; }
span { border-color: rgb(188,193,23); }
td.TdClassName
{
border-color: #BCC117;
}
.TagClassName
{
border-color: #BCC117;
}
</style>