Shades of Rio Grande #BCC616
Tints of Rio Grande #BCC616
RGB
CMYK
RGB Variations
Color information
#BCC616 (or 0xBCC616) is known color: Rio Grande. HEX triplet: BC, C6 and 16. RGB value is (188,198,22). Sum of RGB (Red+Green+Blue) = 188+198+22=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC616 is #4339E9. Grayscale: #AFAFAF. Windows color (decimal): -4405738 or 1492668. OLE color: 1492668.
HSL color Cylindrical-coordinate representation of color #BCC616: hue angle of 63.41º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCC616 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 22 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.22 |
| HSL | 63.41º | 0.8% | 0.43% | - |
| HSV(B) | 63.41º | 0.89% | 0.78% | - |
| XYZ | 41.08 | 51.14 | 8.46 | - |
| YUV | 174.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 22 | 0.05 | 0 | 0.89 | 0.22 | 63.41 | 0.8 | 0.43 |
| Hex | BC | C6 | 16 | 5 | 0 | 59 | 16 | 3F | 50 | 2B |
| Octal | 274 | 306 | 26 | 5 | 0 | 131 | 26 | 77 | 120 | 53 |
| Binary | 10111100 | 11000110 | 10110 | 101 | 0 | 1011001 | 10110 | 111111 | 1010000 | 101011 |
Color Harmonies of #BCC616
Complementary color
Monochromatic Colors of #BCC616
Black with #BCC616
Text Example
Text Example
White with #BCC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC616; }
p { color: rgb(188,198,22); }
H1.HeaderClassName
{
color: #BCC616;
}
.AnyTagClassName
{
color: #BCC616;
}
</style>
background-color css
<style>
a { background-color: #BCC616; }
a { background-color: rgb(188,198,22); }
div.DivClassName
{
background-color: #BCC616;
}
.BgClassName
{
background-color: #BCC616;
}
</style>
border-color css
<style>
span { border-color: #BCC616; }
span { border-color: rgb(188,198,22); }
td.TdClassName
{
border-color: #BCC616;
}
.TagClassName
{
border-color: #BCC616;
}
</style>