Shades of Rio Grande #BCCE16
Tints of Rio Grande #BCCE16
RGB
CMYK
RGB Variations
Color information
#BCCE16 (or 0xBCCE16) is known color: Rio Grande. HEX triplet: BC, CE and 16. RGB value is (188,206,22). Sum of RGB (Red+Green+Blue) = 188+206+22=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE16 is #4331E9. Grayscale: #B4B4B4. Windows color (decimal): -4403690 or 1494716. OLE color: 1494716.
HSL color Cylindrical-coordinate representation of color #BCCE16: hue angle of 65.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCCE16 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 22 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.19 |
| HSL | 65.87º | 0.81% | 0.45% | - |
| HSV(B) | 65.87º | 0.89% | 0.81% | - |
| XYZ | 42.96 | 54.89 | 9.09 | - |
| YUV | 179.64 | 39.04 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 22 | 0.09 | 0 | 0.89 | 0.19 | 65.87 | 0.81 | 0.45 |
| Hex | BC | CE | 16 | 9 | 0 | 59 | 13 | 42 | 51 | 2D |
| Octal | 274 | 316 | 26 | 11 | 0 | 131 | 23 | 102 | 121 | 55 |
| Binary | 10111100 | 11001110 | 10110 | 1001 | 0 | 1011001 | 10011 | 1000010 | 1010001 | 101101 |
Color Harmonies of #BCCE16
Complementary color
Monochromatic Colors of #BCCE16
Black with #BCCE16
Text Example
Text Example
White with #BCCE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE16; }
p { color: rgb(188,206,22); }
H1.HeaderClassName
{
color: #BCCE16;
}
.AnyTagClassName
{
color: #BCCE16;
}
</style>
background-color css
<style>
a { background-color: #BCCE16; }
a { background-color: rgb(188,206,22); }
div.DivClassName
{
background-color: #BCCE16;
}
.BgClassName
{
background-color: #BCCE16;
}
</style>
border-color css
<style>
span { border-color: #BCCE16; }
span { border-color: rgb(188,206,22); }
td.TdClassName
{
border-color: #BCCE16;
}
.TagClassName
{
border-color: #BCCE16;
}
</style>