Shades of Rio Grande #B2D111
Tints of Rio Grande #B2D111
RGB
CMYK
RGB Variations
Color information
#B2D111 (or 0xB2D111) is known color: Rio Grande. HEX triplet: B2, D1 and 11. RGB value is (178,209,17). Sum of RGB (Red+Green+Blue) = 178+209+17=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D111 is #4D2EEE. Grayscale: #B2B2B2. Windows color (decimal): -5058287 or 1167794. OLE color: 1167794.
HSL color Cylindrical-coordinate representation of color #B2D111: hue angle of 69.69º 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 #B2D111 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 17 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.18 |
| HSL | 69.69º | 0.85% | 0.44% | - |
| HSV(B) | 69.69º | 0.92% | 0.82% | - |
| XYZ | 41.26 | 55.11 | 8.99 | - |
| YUV | 177.84 | 37.23 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 17 | 0.15 | 0 | 0.92 | 0.18 | 69.69 | 0.85 | 0.44 |
| Hex | B2 | D1 | 11 | F | 0 | 5C | 12 | 46 | 55 | 2C |
| Octal | 262 | 321 | 21 | 17 | 0 | 134 | 22 | 106 | 125 | 54 |
| Binary | 10110010 | 11010001 | 10001 | 1111 | 0 | 1011100 | 10010 | 1000110 | 1010101 | 101100 |
Color Harmonies of #B2D111
Complementary color
Monochromatic Colors of #B2D111
Black with #B2D111
Text Example
Text Example
White with #B2D111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D111; }
p { color: rgb(178,209,17); }
H1.HeaderClassName
{
color: #B2D111;
}
.AnyTagClassName
{
color: #B2D111;
}
</style>
background-color css
<style>
a { background-color: #B2D111; }
a { background-color: rgb(178,209,17); }
div.DivClassName
{
background-color: #B2D111;
}
.BgClassName
{
background-color: #B2D111;
}
</style>
border-color css
<style>
span { border-color: #B2D111; }
span { border-color: rgb(178,209,17); }
td.TdClassName
{
border-color: #B2D111;
}
.TagClassName
{
border-color: #B2D111;
}
</style>