Shades of Rio Grande #B1D216
Tints of Rio Grande #B1D216
RGB
CMYK
RGB Variations
Color information
#B1D216 (or 0xB1D216) is known color: Rio Grande. HEX triplet: B1, D2 and 16. RGB value is (177,210,22). Sum of RGB (Red+Green+Blue) = 177+210+22=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D216 is #4E2DE9. Grayscale: #B3B3B3. Windows color (decimal): -5123562 or 1495729. OLE color: 1495729.
HSL color Cylindrical-coordinate representation of color #B1D216: hue angle of 70.53º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1D216 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 22 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.18 |
| HSL | 70.53º | 0.81% | 0.45% | - |
| HSV(B) | 70.53º | 0.9% | 0.82% | - |
| XYZ | 41.32 | 55.5 | 9.29 | - |
| YUV | 178.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 22 | 0.16 | 0 | 0.90 | 0.18 | 70.53 | 0.81 | 0.45 |
| Hex | B1 | D2 | 16 | 10 | 0 | 5A | 12 | 47 | 51 | 2D |
| Octal | 261 | 322 | 26 | 20 | 0 | 132 | 22 | 107 | 121 | 55 |
| Binary | 10110001 | 11010010 | 10110 | 10000 | 0 | 1011010 | 10010 | 1000111 | 1010001 | 101101 |
Color Harmonies of #B1D216
Complementary color
Monochromatic Colors of #B1D216
Black with #B1D216
Text Example
Text Example
White with #B1D216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D216; }
p { color: rgb(177,210,22); }
H1.HeaderClassName
{
color: #B1D216;
}
.AnyTagClassName
{
color: #B1D216;
}
</style>
background-color css
<style>
a { background-color: #B1D216; }
a { background-color: rgb(177,210,22); }
div.DivClassName
{
background-color: #B1D216;
}
.BgClassName
{
background-color: #B1D216;
}
</style>
border-color css
<style>
span { border-color: #B1D216; }
span { border-color: rgb(177,210,22); }
td.TdClassName
{
border-color: #B1D216;
}
.TagClassName
{
border-color: #B1D216;
}
</style>