Shades of Rio Grande #BCC718
Tints of Rio Grande #BCC718
RGB
CMYK
RGB Variations
Color information
#BCC718 (or 0xBCC718) is known color: Rio Grande. HEX triplet: BC, C7 and 18. RGB value is (188,199,24). Sum of RGB (Red+Green+Blue) = 188+199+24=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC718 is #4338E7. Grayscale: #B0B0B0. Windows color (decimal): -4405480 or 1623996. OLE color: 1623996.
HSL color Cylindrical-coordinate representation of color #BCC718: hue angle of 63.77º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCC718 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 24 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.22 |
| HSL | 63.77º | 0.78% | 0.44% | - |
| HSV(B) | 63.77º | 0.88% | 0.78% | - |
| XYZ | 41.33 | 51.6 | 8.65 | - |
| YUV | 175.76 | 42.36 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 24 | 0.06 | 0 | 0.88 | 0.22 | 63.77 | 0.78 | 0.44 |
| Hex | BC | C7 | 18 | 6 | 0 | 58 | 16 | 40 | 4E | 2C |
| Octal | 274 | 307 | 30 | 6 | 0 | 130 | 26 | 100 | 116 | 54 |
| Binary | 10111100 | 11000111 | 11000 | 110 | 0 | 1011000 | 10110 | 1000000 | 1001110 | 101100 |
Color Harmonies of #BCC718
Complementary color
Monochromatic Colors of #BCC718
Black with #BCC718
Text Example
Text Example
White with #BCC718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC718; }
p { color: rgb(188,199,24); }
H1.HeaderClassName
{
color: #BCC718;
}
.AnyTagClassName
{
color: #BCC718;
}
</style>
background-color css
<style>
a { background-color: #BCC718; }
a { background-color: rgb(188,199,24); }
div.DivClassName
{
background-color: #BCC718;
}
.BgClassName
{
background-color: #BCC718;
}
</style>
border-color css
<style>
span { border-color: #BCC718; }
span { border-color: rgb(188,199,24); }
td.TdClassName
{
border-color: #BCC718;
}
.TagClassName
{
border-color: #BCC718;
}
</style>