Shades of Rio Grande #B8D110
Tints of Rio Grande #B8D110
RGB
CMYK
RGB Variations
Color information
#B8D110 (or 0xB8D110) is known color: Rio Grande. HEX triplet: B8, D1 and 10. RGB value is (184,209,16). Sum of RGB (Red+Green+Blue) = 184+209+16=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D110 is #472EEF. Grayscale: #B4B4B4. Windows color (decimal): -4665072 or 1102264. OLE color: 1102264.
HSL color Cylindrical-coordinate representation of color #B8D110: hue angle of 67.77º 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 #B8D110 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 209 | 16 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.18 |
| HSL | 67.77º | 0.86% | 0.44% | - |
| HSV(B) | 67.77º | 0.92% | 0.82% | - |
| XYZ | 42.66 | 55.83 | 9.02 | - |
| YUV | 179.52 | 35.72 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 209 | 16 | 0.12 | 0 | 0.92 | 0.18 | 67.77 | 0.86 | 0.44 |
| Hex | B8 | D1 | 10 | C | 0 | 5C | 12 | 44 | 56 | 2C |
| Octal | 270 | 321 | 20 | 14 | 0 | 134 | 22 | 104 | 126 | 54 |
| Binary | 10111000 | 11010001 | 10000 | 1100 | 0 | 1011100 | 10010 | 1000100 | 1010110 | 101100 |
Color Harmonies of #B8D110
Complementary color
Monochromatic Colors of #B8D110
Black with #B8D110
Text Example
Text Example
White with #B8D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D110; }
p { color: rgb(184,209,16); }
H1.HeaderClassName
{
color: #B8D110;
}
.AnyTagClassName
{
color: #B8D110;
}
</style>
background-color css
<style>
a { background-color: #B8D110; }
a { background-color: rgb(184,209,16); }
div.DivClassName
{
background-color: #B8D110;
}
.BgClassName
{
background-color: #B8D110;
}
</style>
border-color css
<style>
span { border-color: #B8D110; }
span { border-color: rgb(184,209,16); }
td.TdClassName
{
border-color: #B8D110;
}
.TagClassName
{
border-color: #B8D110;
}
</style>