Shades of Rio Grande #B7D516
Tints of Rio Grande #B7D516
RGB
CMYK
RGB Variations
Color information
#B7D516 (or 0xB7D516) is known color: Rio Grande. HEX triplet: B7, D5 and 16. RGB value is (183,213,22). Sum of RGB (Red+Green+Blue) = 183+213+22=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D516 is #482AE9. Grayscale: #B6B6B6. Windows color (decimal): -4729578 or 1496503. OLE color: 1496503.
HSL color Cylindrical-coordinate representation of color #B7D516: hue angle of 69.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7D516 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 22 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.16 |
| HSL | 69.42º | 0.81% | 0.46% | - |
| HSV(B) | 69.42º | 0.9% | 0.84% | - |
| XYZ | 43.47 | 57.71 | 9.61 | - |
| YUV | 182.26 | 37.56 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 22 | 0.14 | 0 | 0.90 | 0.16 | 69.42 | 0.81 | 0.46 |
| Hex | B7 | D5 | 16 | E | 0 | 5A | 10 | 45 | 51 | 2E |
| Octal | 267 | 325 | 26 | 16 | 0 | 132 | 20 | 105 | 121 | 56 |
| Binary | 10110111 | 11010101 | 10110 | 1110 | 0 | 1011010 | 10000 | 1000101 | 1010001 | 101110 |
Color Harmonies of #B7D516
Complementary color
Monochromatic Colors of #B7D516
Black with #B7D516
Text Example
Text Example
White with #B7D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D516; }
p { color: rgb(183,213,22); }
H1.HeaderClassName
{
color: #B7D516;
}
.AnyTagClassName
{
color: #B7D516;
}
</style>
background-color css
<style>
a { background-color: #B7D516; }
a { background-color: rgb(183,213,22); }
div.DivClassName
{
background-color: #B7D516;
}
.BgClassName
{
background-color: #B7D516;
}
</style>
border-color css
<style>
span { border-color: #B7D516; }
span { border-color: rgb(183,213,22); }
td.TdClassName
{
border-color: #B7D516;
}
.TagClassName
{
border-color: #B7D516;
}
</style>