Shades of Rio Grande #B1D213
Tints of Rio Grande #B1D213
RGB
CMYK
RGB Variations
Color information
#B1D213 (or 0xB1D213) is known color: Rio Grande. HEX triplet: B1, D2 and 13. RGB value is (177,210,19). Sum of RGB (Red+Green+Blue) = 177+210+19=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D213 is #4E2DEC. Grayscale: #B3B3B3. Windows color (decimal): -5123565 or 1299121. OLE color: 1299121.
HSL color Cylindrical-coordinate representation of color #B1D213: hue angle of 70.37º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1D213 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 19 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.18 |
| HSL | 70.37º | 0.83% | 0.45% | - |
| HSV(B) | 70.37º | 0.91% | 0.82% | - |
| XYZ | 41.3 | 55.49 | 9.15 | - |
| YUV | 178.36 | 38.07 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 19 | 0.16 | 0 | 0.91 | 0.18 | 70.37 | 0.83 | 0.45 |
| Hex | B1 | D2 | 13 | 10 | 0 | 5B | 12 | 46 | 53 | 2D |
| Octal | 261 | 322 | 23 | 20 | 0 | 133 | 22 | 106 | 123 | 55 |
| Binary | 10110001 | 11010010 | 10011 | 10000 | 0 | 1011011 | 10010 | 1000110 | 1010011 | 101101 |
Color Harmonies of #B1D213
Complementary color
Monochromatic Colors of #B1D213
Black with #B1D213
Text Example
Text Example
White with #B1D213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D213; }
p { color: rgb(177,210,19); }
H1.HeaderClassName
{
color: #B1D213;
}
.AnyTagClassName
{
color: #B1D213;
}
</style>
background-color css
<style>
a { background-color: #B1D213; }
a { background-color: rgb(177,210,19); }
div.DivClassName
{
background-color: #B1D213;
}
.BgClassName
{
background-color: #B1D213;
}
</style>
border-color css
<style>
span { border-color: #B1D213; }
span { border-color: rgb(177,210,19); }
td.TdClassName
{
border-color: #B1D213;
}
.TagClassName
{
border-color: #B1D213;
}
</style>