Shades of Rio Grande #B7D111
Tints of Rio Grande #B7D111
RGB
CMYK
RGB Variations
Color information
#B7D111 (or 0xB7D111) is known color: Rio Grande. HEX triplet: B7, D1 and 11. RGB value is (183,209,17). Sum of RGB (Red+Green+Blue) = 183+209+17=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D111 is #482EEE. Grayscale: #B4B4B4. Windows color (decimal): -4730607 or 1167799. OLE color: 1167799.
HSL color Cylindrical-coordinate representation of color #B7D111: hue angle of 68.13º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7D111 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 17 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.18 |
| HSL | 68.13º | 0.85% | 0.44% | - |
| HSV(B) | 68.13º | 0.92% | 0.82% | - |
| XYZ | 42.43 | 55.71 | 9.05 | - |
| YUV | 179.34 | 36.39 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 17 | 0.12 | 0 | 0.92 | 0.18 | 68.13 | 0.85 | 0.44 |
| Hex | B7 | D1 | 11 | C | 0 | 5C | 12 | 44 | 55 | 2C |
| Octal | 267 | 321 | 21 | 14 | 0 | 134 | 22 | 104 | 125 | 54 |
| Binary | 10110111 | 11010001 | 10001 | 1100 | 0 | 1011100 | 10010 | 1000100 | 1010101 | 101100 |
Color Harmonies of #B7D111
Complementary color
Monochromatic Colors of #B7D111
Black with #B7D111
Text Example
Text Example
White with #B7D111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D111; }
p { color: rgb(183,209,17); }
H1.HeaderClassName
{
color: #B7D111;
}
.AnyTagClassName
{
color: #B7D111;
}
</style>
background-color css
<style>
a { background-color: #B7D111; }
a { background-color: rgb(183,209,17); }
div.DivClassName
{
background-color: #B7D111;
}
.BgClassName
{
background-color: #B7D111;
}
</style>
border-color css
<style>
span { border-color: #B7D111; }
span { border-color: rgb(183,209,17); }
td.TdClassName
{
border-color: #B7D111;
}
.TagClassName
{
border-color: #B7D111;
}
</style>