Shades of Rio Grande #B2C016
Tints of Rio Grande #B2C016
RGB
CMYK
RGB Variations
Color information
#B2C016 (or 0xB2C016) is known color: Rio Grande. HEX triplet: B2, C0 and 16. RGB value is (178,192,22). Sum of RGB (Red+Green+Blue) = 178+192+22=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C016 is #4D3FE9. Grayscale: #A9A9A9. Windows color (decimal): -5062634 or 1491122. OLE color: 1491122.
HSL color Cylindrical-coordinate representation of color #B2C016: hue angle of 64.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2C016 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 22 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.25 |
| HSL | 64.94º | 0.79% | 0.42% | - |
| HSV(B) | 64.94º | 0.89% | 0.75% | - |
| XYZ | 37.35 | 47.22 | 7.91 | - |
| YUV | 168.43 | 45.36 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 22 | 0.07 | 0 | 0.89 | 0.25 | 64.94 | 0.79 | 0.42 |
| Hex | B2 | C0 | 16 | 7 | 0 | 59 | 19 | 41 | 4F | 2A |
| Octal | 262 | 300 | 26 | 7 | 0 | 131 | 31 | 101 | 117 | 52 |
| Binary | 10110010 | 11000000 | 10110 | 111 | 0 | 1011001 | 11001 | 1000001 | 1001111 | 101010 |
Color Harmonies of #B2C016
Complementary color
Monochromatic Colors of #B2C016
Black with #B2C016
Text Example
Text Example
White with #B2C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C016; }
p { color: rgb(178,192,22); }
H1.HeaderClassName
{
color: #B2C016;
}
.AnyTagClassName
{
color: #B2C016;
}
</style>
background-color css
<style>
a { background-color: #B2C016; }
a { background-color: rgb(178,192,22); }
div.DivClassName
{
background-color: #B2C016;
}
.BgClassName
{
background-color: #B2C016;
}
</style>
border-color css
<style>
span { border-color: #B2C016; }
span { border-color: rgb(178,192,22); }
td.TdClassName
{
border-color: #B2C016;
}
.TagClassName
{
border-color: #B2C016;
}
</style>