Shades of Rio Grande #B3C116
Tints of Rio Grande #B3C116
RGB
CMYK
RGB Variations
Color information
#B3C116 (or 0xB3C116) is known color: Rio Grande. HEX triplet: B3, C1 and 16. RGB value is (179,193,22). Sum of RGB (Red+Green+Blue) = 179+193+22=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C116 is #4C3EE9. Grayscale: #A9A9A9. Windows color (decimal): -4996842 or 1491379. OLE color: 1491379.
HSL color Cylindrical-coordinate representation of color #B3C116: hue angle of 64.91º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3C116 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 22 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.24 |
| HSL | 64.91º | 0.8% | 0.42% | - |
| HSV(B) | 64.91º | 0.89% | 0.76% | - |
| XYZ | 37.81 | 47.78 | 7.99 | - |
| YUV | 169.32 | 44.86 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 22 | 0.07 | 0 | 0.89 | 0.24 | 64.91 | 0.8 | 0.42 |
| Hex | B3 | C1 | 16 | 7 | 0 | 59 | 18 | 41 | 50 | 2A |
| Octal | 263 | 301 | 26 | 7 | 0 | 131 | 30 | 101 | 120 | 52 |
| Binary | 10110011 | 11000001 | 10110 | 111 | 0 | 1011001 | 11000 | 1000001 | 1010000 | 101010 |
Color Harmonies of #B3C116
Complementary color
Monochromatic Colors of #B3C116
Black with #B3C116
Text Example
Text Example
White with #B3C116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C116; }
p { color: rgb(179,193,22); }
H1.HeaderClassName
{
color: #B3C116;
}
.AnyTagClassName
{
color: #B3C116;
}
</style>
background-color css
<style>
a { background-color: #B3C116; }
a { background-color: rgb(179,193,22); }
div.DivClassName
{
background-color: #B3C116;
}
.BgClassName
{
background-color: #B3C116;
}
</style>
border-color css
<style>
span { border-color: #B3C116; }
span { border-color: rgb(179,193,22); }
td.TdClassName
{
border-color: #B3C116;
}
.TagClassName
{
border-color: #B3C116;
}
</style>