Shades of Rio Grande #B0D111
Tints of Rio Grande #B0D111
RGB
CMYK
RGB Variations
Color information
#B0D111 (or 0xB0D111) is known color: Rio Grande. HEX triplet: B0, D1 and 11. RGB value is (176,209,17). Sum of RGB (Red+Green+Blue) = 176+209+17=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D111 is #4F2EEE. Grayscale: #B1B1B1. Windows color (decimal): -5189359 or 1167792. OLE color: 1167792.
HSL color Cylindrical-coordinate representation of color #B0D111: hue angle of 70.31º 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 #B0D111 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 17 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.18 |
| HSL | 70.31º | 0.85% | 0.44% | - |
| HSV(B) | 70.31º | 0.92% | 0.82% | - |
| XYZ | 40.81 | 54.87 | 8.97 | - |
| YUV | 177.25 | 37.57 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 17 | 0.16 | 0 | 0.92 | 0.18 | 70.31 | 0.85 | 0.44 |
| Hex | B0 | D1 | 11 | 10 | 0 | 5C | 12 | 46 | 55 | 2C |
| Octal | 260 | 321 | 21 | 20 | 0 | 134 | 22 | 106 | 125 | 54 |
| Binary | 10110000 | 11010001 | 10001 | 10000 | 0 | 1011100 | 10010 | 1000110 | 1010101 | 101100 |
Color Harmonies of #B0D111
Complementary color
Monochromatic Colors of #B0D111
Black with #B0D111
Text Example
Text Example
White with #B0D111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D111; }
p { color: rgb(176,209,17); }
H1.HeaderClassName
{
color: #B0D111;
}
.AnyTagClassName
{
color: #B0D111;
}
</style>
background-color css
<style>
a { background-color: #B0D111; }
a { background-color: rgb(176,209,17); }
div.DivClassName
{
background-color: #B0D111;
}
.BgClassName
{
background-color: #B0D111;
}
</style>
border-color css
<style>
span { border-color: #B0D111; }
span { border-color: rgb(176,209,17); }
td.TdClassName
{
border-color: #B0D111;
}
.TagClassName
{
border-color: #B0D111;
}
</style>