Shades of Rio Grande #BCC317
Tints of Rio Grande #BCC317
RGB
CMYK
RGB Variations
Color information
#BCC317 (or 0xBCC317) is known color: Rio Grande. HEX triplet: BC, C3 and 17. RGB value is (188,195,23). Sum of RGB (Red+Green+Blue) = 188+195+23=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC317 is #433CE8. Grayscale: #ADADAD. Windows color (decimal): -4406505 or 1557436. OLE color: 1557436.
HSL color Cylindrical-coordinate representation of color #BCC317: hue angle of 62.44º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCC317 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 23 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.24 |
| HSL | 62.44º | 0.79% | 0.43% | - |
| HSV(B) | 62.44º | 0.88% | 0.76% | - |
| XYZ | 40.41 | 49.78 | 8.29 | - |
| YUV | 173.3 | 43.18 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 23 | 0.04 | 0 | 0.88 | 0.24 | 62.44 | 0.79 | 0.43 |
| Hex | BC | C3 | 17 | 4 | 0 | 58 | 18 | 3E | 4F | 2B |
| Octal | 274 | 303 | 27 | 4 | 0 | 130 | 30 | 76 | 117 | 53 |
| Binary | 10111100 | 11000011 | 10111 | 100 | 0 | 1011000 | 11000 | 111110 | 1001111 | 101011 |
Color Harmonies of #BCC317
Complementary color
Monochromatic Colors of #BCC317
Black with #BCC317
Text Example
Text Example
White with #BCC317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC317; }
p { color: rgb(188,195,23); }
H1.HeaderClassName
{
color: #BCC317;
}
.AnyTagClassName
{
color: #BCC317;
}
</style>
background-color css
<style>
a { background-color: #BCC317; }
a { background-color: rgb(188,195,23); }
div.DivClassName
{
background-color: #BCC317;
}
.BgClassName
{
background-color: #BCC317;
}
</style>
border-color css
<style>
span { border-color: #BCC317; }
span { border-color: rgb(188,195,23); }
td.TdClassName
{
border-color: #BCC317;
}
.TagClassName
{
border-color: #BCC317;
}
</style>