Shades of Rio Grande #BCCB16
Tints of Rio Grande #BCCB16
RGB
CMYK
RGB Variations
Color information
#BCCB16 (or 0xBCCB16) is known color: Rio Grande. HEX triplet: BC, CB and 16. RGB value is (188,203,22). Sum of RGB (Red+Green+Blue) = 188+203+22=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB16 is #4334E9. Grayscale: #B2B2B2. Windows color (decimal): -4404458 or 1493948. OLE color: 1493948.
HSL color Cylindrical-coordinate representation of color #BCCB16: hue angle of 64.97º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCCB16 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 22 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.20 |
| HSL | 64.97º | 0.8% | 0.44% | - |
| HSV(B) | 64.97º | 0.89% | 0.8% | - |
| XYZ | 42.24 | 53.46 | 8.85 | - |
| YUV | 177.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 22 | 0.07 | 0 | 0.89 | 0.20 | 64.97 | 0.8 | 0.44 |
| Hex | BC | CB | 16 | 7 | 0 | 59 | 14 | 41 | 50 | 2C |
| Octal | 274 | 313 | 26 | 7 | 0 | 131 | 24 | 101 | 120 | 54 |
| Binary | 10111100 | 11001011 | 10110 | 111 | 0 | 1011001 | 10100 | 1000001 | 1010000 | 101100 |
Color Harmonies of #BCCB16
Complementary color
Monochromatic Colors of #BCCB16
Black with #BCCB16
Text Example
Text Example
White with #BCCB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB16; }
p { color: rgb(188,203,22); }
H1.HeaderClassName
{
color: #BCCB16;
}
.AnyTagClassName
{
color: #BCCB16;
}
</style>
background-color css
<style>
a { background-color: #BCCB16; }
a { background-color: rgb(188,203,22); }
div.DivClassName
{
background-color: #BCCB16;
}
.BgClassName
{
background-color: #BCCB16;
}
</style>
border-color css
<style>
span { border-color: #BCCB16; }
span { border-color: rgb(188,203,22); }
td.TdClassName
{
border-color: #BCCB16;
}
.TagClassName
{
border-color: #BCCB16;
}
</style>