Shades of Rio Grande #B2D117
Tints of Rio Grande #B2D117
RGB
CMYK
RGB Variations
Color information
#B2D117 (or 0xB2D117) is known color: Rio Grande. HEX triplet: B2, D1 and 17. RGB value is (178,209,23). Sum of RGB (Red+Green+Blue) = 178+209+23=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D117 is #4D2EE8. Grayscale: #B3B3B3. Windows color (decimal): -5058281 or 1561010. OLE color: 1561010.
HSL color Cylindrical-coordinate representation of color #B2D117: hue angle of 70º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2D117 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 23 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.18 |
| HSL | 70º | 0.8% | 0.45% | - |
| HSV(B) | 70º | 0.89% | 0.82% | - |
| XYZ | 41.32 | 55.13 | 9.27 | - |
| YUV | 178.53 | 40.23 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 23 | 0.15 | 0 | 0.89 | 0.18 | 70 | 0.8 | 0.45 |
| Hex | B2 | D1 | 17 | F | 0 | 59 | 12 | 46 | 50 | 2D |
| Octal | 262 | 321 | 27 | 17 | 0 | 131 | 22 | 106 | 120 | 55 |
| Binary | 10110010 | 11010001 | 10111 | 1111 | 0 | 1011001 | 10010 | 1000110 | 1010000 | 101101 |
Color Harmonies of #B2D117
Complementary color
Monochromatic Colors of #B2D117
Black with #B2D117
Text Example
Text Example
White with #B2D117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D117; }
p { color: rgb(178,209,23); }
H1.HeaderClassName
{
color: #B2D117;
}
.AnyTagClassName
{
color: #B2D117;
}
</style>
background-color css
<style>
a { background-color: #B2D117; }
a { background-color: rgb(178,209,23); }
div.DivClassName
{
background-color: #B2D117;
}
.BgClassName
{
background-color: #B2D117;
}
</style>
border-color css
<style>
span { border-color: #B2D117; }
span { border-color: rgb(178,209,23); }
td.TdClassName
{
border-color: #B2D117;
}
.TagClassName
{
border-color: #B2D117;
}
</style>