Shades of Rio Grande #B8D61F
Tints of Rio Grande #B8D61F
RGB
CMYK
RGB Variations
Color information
#B8D61F (or 0xB8D61F) is known color: Rio Grande. HEX triplet: B8, D6 and 1F. RGB value is (184,214,31). Sum of RGB (Red+Green+Blue) = 184+214+31=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D61F is #4729E0. Grayscale: #B8B8B8. Windows color (decimal): -4663777 or 2086584. OLE color: 2086584.
HSL color Cylindrical-coordinate representation of color #B8D61F: hue angle of 69.84º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8D61F is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 31 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.16 |
| HSL | 69.84º | 0.75% | 0.48% | - |
| HSV(B) | 69.84º | 0.86% | 0.84% | - |
| XYZ | 44.06 | 58.38 | 10.24 | - |
| YUV | 184.17 | 41.56 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 31 | 0.14 | 0 | 0.86 | 0.16 | 69.84 | 0.75 | 0.48 |
| Hex | B8 | D6 | 1F | E | 0 | 56 | 10 | 46 | 4B | 30 |
| Octal | 270 | 326 | 37 | 16 | 0 | 126 | 20 | 106 | 113 | 60 |
| Binary | 10111000 | 11010110 | 11111 | 1110 | 0 | 1010110 | 10000 | 1000110 | 1001011 | 110000 |
Color Harmonies of #B8D61F
Complementary color
Monochromatic Colors of #B8D61F
Black with #B8D61F
Text Example
Text Example
White with #B8D61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D61F; }
p { color: rgb(184,214,31); }
H1.HeaderClassName
{
color: #B8D61F;
}
.AnyTagClassName
{
color: #B8D61F;
}
</style>
background-color css
<style>
a { background-color: #B8D61F; }
a { background-color: rgb(184,214,31); }
div.DivClassName
{
background-color: #B8D61F;
}
.BgClassName
{
background-color: #B8D61F;
}
</style>
border-color css
<style>
span { border-color: #B8D61F; }
span { border-color: rgb(184,214,31); }
td.TdClassName
{
border-color: #B8D61F;
}
.TagClassName
{
border-color: #B8D61F;
}
</style>