Shades of Rio Grande #B8C116
Tints of Rio Grande #B8C116
RGB
CMYK
RGB Variations
Color information
#B8C116 (or 0xB8C116) is known color: Rio Grande. HEX triplet: B8, C1 and 16. RGB value is (184,193,22). Sum of RGB (Red+Green+Blue) = 184+193+22=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C116 is #473EE9. Grayscale: #ABABAB. Windows color (decimal): -4669162 or 1491384. OLE color: 1491384.
HSL color Cylindrical-coordinate representation of color #B8C116: hue angle of 63.16º 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 #B8C116 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 22 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.24 |
| HSL | 63.16º | 0.8% | 0.42% | - |
| HSV(B) | 63.16º | 0.89% | 0.76% | - |
| XYZ | 38.98 | 48.39 | 8.04 | - |
| YUV | 170.82 | 44.02 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 22 | 0.05 | 0 | 0.89 | 0.24 | 63.16 | 0.8 | 0.42 |
| Hex | B8 | C1 | 16 | 5 | 0 | 59 | 18 | 3F | 50 | 2A |
| Octal | 270 | 301 | 26 | 5 | 0 | 131 | 30 | 77 | 120 | 52 |
| Binary | 10111000 | 11000001 | 10110 | 101 | 0 | 1011001 | 11000 | 111111 | 1010000 | 101010 |
Color Harmonies of #B8C116
Complementary color
Monochromatic Colors of #B8C116
Black with #B8C116
Text Example
Text Example
White with #B8C116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C116; }
p { color: rgb(184,193,22); }
H1.HeaderClassName
{
color: #B8C116;
}
.AnyTagClassName
{
color: #B8C116;
}
</style>
background-color css
<style>
a { background-color: #B8C116; }
a { background-color: rgb(184,193,22); }
div.DivClassName
{
background-color: #B8C116;
}
.BgClassName
{
background-color: #B8C116;
}
</style>
border-color css
<style>
span { border-color: #B8C116; }
span { border-color: rgb(184,193,22); }
td.TdClassName
{
border-color: #B8C116;
}
.TagClassName
{
border-color: #B8C116;
}
</style>