Shades of Rio Grande #B7C516
Tints of Rio Grande #B7C516
RGB
CMYK
RGB Variations
Color information
#B7C516 (or 0xB7C516) is known color: Rio Grande. HEX triplet: B7, C5 and 16. RGB value is (183,197,22). Sum of RGB (Red+Green+Blue) = 183+197+22=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C516 is #483AE9. Grayscale: #ADADAD. Windows color (decimal): -4733674 or 1492407. OLE color: 1492407.
HSL color Cylindrical-coordinate representation of color #B7C516: hue angle of 64.8º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7C516 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 197 | 22 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.23 |
| HSL | 64.8º | 0.8% | 0.43% | - |
| HSV(B) | 64.8º | 0.89% | 0.77% | - |
| XYZ | 39.64 | 50.06 | 8.33 | - |
| YUV | 172.86 | 42.86 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 22 | 0.07 | 0 | 0.89 | 0.23 | 64.8 | 0.8 | 0.43 |
| Hex | B7 | C5 | 16 | 7 | 0 | 59 | 17 | 41 | 50 | 2B |
| Octal | 267 | 305 | 26 | 7 | 0 | 131 | 27 | 101 | 120 | 53 |
| Binary | 10110111 | 11000101 | 10110 | 111 | 0 | 1011001 | 10111 | 1000001 | 1010000 | 101011 |
Color Harmonies of #B7C516
Complementary color
Monochromatic Colors of #B7C516
Black with #B7C516
Text Example
Text Example
White with #B7C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C516; }
p { color: rgb(183,197,22); }
H1.HeaderClassName
{
color: #B7C516;
}
.AnyTagClassName
{
color: #B7C516;
}
</style>
background-color css
<style>
a { background-color: #B7C516; }
a { background-color: rgb(183,197,22); }
div.DivClassName
{
background-color: #B7C516;
}
.BgClassName
{
background-color: #B7C516;
}
</style>
border-color css
<style>
span { border-color: #B7C516; }
span { border-color: rgb(183,197,22); }
td.TdClassName
{
border-color: #B7C516;
}
.TagClassName
{
border-color: #B7C516;
}
</style>