Shades of Rio Grande #B2D110
Tints of Rio Grande #B2D110
RGB
CMYK
RGB Variations
Color information
#B2D110 (or 0xB2D110) is known color: Rio Grande. HEX triplet: B2, D1 and 10. RGB value is (178,209,16). Sum of RGB (Red+Green+Blue) = 178+209+16=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D110 is #4D2EEF. Grayscale: #B2B2B2. Windows color (decimal): -5058288 or 1102258. OLE color: 1102258.
HSL color Cylindrical-coordinate representation of color #B2D110: hue angle of 69.64º degrees, saturation: 0.86, 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 #B2D110 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 16 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.18 |
| HSL | 69.64º | 0.86% | 0.44% | - |
| HSV(B) | 69.64º | 0.92% | 0.82% | - |
| XYZ | 41.25 | 55.1 | 8.95 | - |
| YUV | 177.73 | 36.73 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 16 | 0.15 | 0 | 0.92 | 0.18 | 69.64 | 0.86 | 0.44 |
| Hex | B2 | D1 | 10 | F | 0 | 5C | 12 | 46 | 56 | 2C |
| Octal | 262 | 321 | 20 | 17 | 0 | 134 | 22 | 106 | 126 | 54 |
| Binary | 10110010 | 11010001 | 10000 | 1111 | 0 | 1011100 | 10010 | 1000110 | 1010110 | 101100 |
Color Harmonies of #B2D110
Complementary color
Monochromatic Colors of #B2D110
Black with #B2D110
Text Example
Text Example
White with #B2D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D110; }
p { color: rgb(178,209,16); }
H1.HeaderClassName
{
color: #B2D110;
}
.AnyTagClassName
{
color: #B2D110;
}
</style>
background-color css
<style>
a { background-color: #B2D110; }
a { background-color: rgb(178,209,16); }
div.DivClassName
{
background-color: #B2D110;
}
.BgClassName
{
background-color: #B2D110;
}
</style>
border-color css
<style>
span { border-color: #B2D110; }
span { border-color: rgb(178,209,16); }
td.TdClassName
{
border-color: #B2D110;
}
.TagClassName
{
border-color: #B2D110;
}
</style>