Shades of Rio Grande #B7D311
Tints of Rio Grande #B7D311
RGB
CMYK
RGB Variations
Color information
#B7D311 (or 0xB7D311) is known color: Rio Grande. HEX triplet: B7, D3 and 11. RGB value is (183,211,17). Sum of RGB (Red+Green+Blue) = 183+211+17=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D311 is #482CEE. Grayscale: #B5B5B5. Windows color (decimal): -4730095 or 1168311. OLE color: 1168311.
HSL color Cylindrical-coordinate representation of color #B7D311: hue angle of 68.66º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7D311 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 17 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.17 |
| HSL | 68.66º | 0.85% | 0.45% | - |
| HSV(B) | 68.66º | 0.92% | 0.83% | - |
| XYZ | 42.92 | 56.7 | 9.21 | - |
| YUV | 180.51 | 35.72 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 17 | 0.13 | 0 | 0.92 | 0.17 | 68.66 | 0.85 | 0.45 |
| Hex | B7 | D3 | 11 | D | 0 | 5C | 11 | 45 | 55 | 2D |
| Octal | 267 | 323 | 21 | 15 | 0 | 134 | 21 | 105 | 125 | 55 |
| Binary | 10110111 | 11010011 | 10001 | 1101 | 0 | 1011100 | 10001 | 1000101 | 1010101 | 101101 |
Color Harmonies of #B7D311
Complementary color
Monochromatic Colors of #B7D311
Black with #B7D311
Text Example
Text Example
White with #B7D311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D311; }
p { color: rgb(183,211,17); }
H1.HeaderClassName
{
color: #B7D311;
}
.AnyTagClassName
{
color: #B7D311;
}
</style>
background-color css
<style>
a { background-color: #B7D311; }
a { background-color: rgb(183,211,17); }
div.DivClassName
{
background-color: #B7D311;
}
.BgClassName
{
background-color: #B7D311;
}
</style>
border-color css
<style>
span { border-color: #B7D311; }
span { border-color: rgb(183,211,17); }
td.TdClassName
{
border-color: #B7D311;
}
.TagClassName
{
border-color: #B7D311;
}
</style>