Shades of Rio Grande #B2BC16
Tints of Rio Grande #B2BC16
RGB
CMYK
RGB Variations
Color information
#B2BC16 (or 0xB2BC16) is known color: Rio Grande. HEX triplet: B2, BC and 16. RGB value is (178,188,22). Sum of RGB (Red+Green+Blue) = 178+188+22=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BC16 is #4D43E9. Grayscale: #A6A6A6. Windows color (decimal): -5063658 or 1490098. OLE color: 1490098.
HSL color Cylindrical-coordinate representation of color #B2BC16: hue angle of 63.61º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2BC16 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 22 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.26 |
| HSL | 63.61º | 0.79% | 0.41% | - |
| HSV(B) | 63.61º | 0.88% | 0.74% | - |
| XYZ | 36.49 | 45.49 | 7.62 | - |
| YUV | 166.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 22 | 0.05 | 0 | 0.88 | 0.26 | 63.61 | 0.79 | 0.41 |
| Hex | B2 | BC | 16 | 5 | 0 | 58 | 1A | 40 | 4F | 29 |
| Octal | 262 | 274 | 26 | 5 | 0 | 130 | 32 | 100 | 117 | 51 |
| Binary | 10110010 | 10111100 | 10110 | 101 | 0 | 1011000 | 11010 | 1000000 | 1001111 | 101001 |
Color Harmonies of #B2BC16
Complementary color
Monochromatic Colors of #B2BC16
Black with #B2BC16
Text Example
Text Example
White with #B2BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC16; }
p { color: rgb(178,188,22); }
H1.HeaderClassName
{
color: #B2BC16;
}
.AnyTagClassName
{
color: #B2BC16;
}
</style>
background-color css
<style>
a { background-color: #B2BC16; }
a { background-color: rgb(178,188,22); }
div.DivClassName
{
background-color: #B2BC16;
}
.BgClassName
{
background-color: #B2BC16;
}
</style>
border-color css
<style>
span { border-color: #B2BC16; }
span { border-color: rgb(178,188,22); }
td.TdClassName
{
border-color: #B2BC16;
}
.TagClassName
{
border-color: #B2BC16;
}
</style>