Shades of Rio Grande #B8D617
Tints of Rio Grande #B8D617
RGB
CMYK
RGB Variations
Color information
#B8D617 (or 0xB8D617) is known color: Rio Grande. HEX triplet: B8, D6 and 17. RGB value is (184,214,23). Sum of RGB (Red+Green+Blue) = 184+214+23=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D617 is #4729E8. Grayscale: #B7B7B7. Windows color (decimal): -4663785 or 1562296. OLE color: 1562296.
HSL color Cylindrical-coordinate representation of color #B8D617: hue angle of 69.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8D617 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 23 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.16 |
| HSL | 69.42º | 0.81% | 0.46% | - |
| HSV(B) | 69.42º | 0.89% | 0.84% | - |
| XYZ | 43.97 | 58.35 | 9.76 | - |
| YUV | 183.26 | 37.56 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 23 | 0.14 | 0 | 0.89 | 0.16 | 69.42 | 0.81 | 0.46 |
| Hex | B8 | D6 | 17 | E | 0 | 59 | 10 | 45 | 51 | 2E |
| Octal | 270 | 326 | 27 | 16 | 0 | 131 | 20 | 105 | 121 | 56 |
| Binary | 10111000 | 11010110 | 10111 | 1110 | 0 | 1011001 | 10000 | 1000101 | 1010001 | 101110 |
Color Harmonies of #B8D617
Complementary color
Monochromatic Colors of #B8D617
Black with #B8D617
Text Example
Text Example
White with #B8D617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D617; }
p { color: rgb(184,214,23); }
H1.HeaderClassName
{
color: #B8D617;
}
.AnyTagClassName
{
color: #B8D617;
}
</style>
background-color css
<style>
a { background-color: #B8D617; }
a { background-color: rgb(184,214,23); }
div.DivClassName
{
background-color: #B8D617;
}
.BgClassName
{
background-color: #B8D617;
}
</style>
border-color css
<style>
span { border-color: #B8D617; }
span { border-color: rgb(184,214,23); }
td.TdClassName
{
border-color: #B8D617;
}
.TagClassName
{
border-color: #B8D617;
}
</style>