Shades of Rio Grande #B1D211
Tints of Rio Grande #B1D211
RGB
CMYK
RGB Variations
Color information
#B1D211 (or 0xB1D211) is known color: Rio Grande. HEX triplet: B1, D2 and 11. RGB value is (177,210,17). Sum of RGB (Red+Green+Blue) = 177+210+17=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D211 is #4E2DEE. Grayscale: #B2B2B2. Windows color (decimal): -5123567 or 1168049. OLE color: 1168049.
HSL color Cylindrical-coordinate representation of color #B1D211: hue angle of 70.26º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1D211 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 17 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.18 |
| HSL | 70.26º | 0.85% | 0.45% | - |
| HSV(B) | 70.26º | 0.92% | 0.82% | - |
| XYZ | 41.28 | 55.48 | 9.06 | - |
| YUV | 178.13 | 37.07 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 17 | 0.16 | 0 | 0.92 | 0.18 | 70.26 | 0.85 | 0.45 |
| Hex | B1 | D2 | 11 | 10 | 0 | 5C | 12 | 46 | 55 | 2D |
| Octal | 261 | 322 | 21 | 20 | 0 | 134 | 22 | 106 | 125 | 55 |
| Binary | 10110001 | 11010010 | 10001 | 10000 | 0 | 1011100 | 10010 | 1000110 | 1010101 | 101101 |
Color Harmonies of #B1D211
Complementary color
Monochromatic Colors of #B1D211
Black with #B1D211
Text Example
Text Example
White with #B1D211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D211; }
p { color: rgb(177,210,17); }
H1.HeaderClassName
{
color: #B1D211;
}
.AnyTagClassName
{
color: #B1D211;
}
</style>
background-color css
<style>
a { background-color: #B1D211; }
a { background-color: rgb(177,210,17); }
div.DivClassName
{
background-color: #B1D211;
}
.BgClassName
{
background-color: #B1D211;
}
</style>
border-color css
<style>
span { border-color: #B1D211; }
span { border-color: rgb(177,210,17); }
td.TdClassName
{
border-color: #B1D211;
}
.TagClassName
{
border-color: #B1D211;
}
</style>