Shades of Rio Grande #B5D316
Tints of Rio Grande #B5D316
RGB
CMYK
RGB Variations
Color information
#B5D316 (or 0xB5D316) is known color: Rio Grande. HEX triplet: B5, D3 and 16. RGB value is (181,211,22). Sum of RGB (Red+Green+Blue) = 181+211+22=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D316 is #4A2CE9. Grayscale: #B5B5B5. Windows color (decimal): -4861162 or 1495989. OLE color: 1495989.
HSL color Cylindrical-coordinate representation of color #B5D316: hue angle of 69.52º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5D316 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 22 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.17 |
| HSL | 69.52º | 0.81% | 0.46% | - |
| HSV(B) | 69.52º | 0.9% | 0.83% | - |
| XYZ | 42.5 | 56.47 | 9.42 | - |
| YUV | 180.48 | 38.56 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 22 | 0.14 | 0 | 0.90 | 0.17 | 69.52 | 0.81 | 0.46 |
| Hex | B5 | D3 | 16 | E | 0 | 5A | 11 | 46 | 51 | 2E |
| Octal | 265 | 323 | 26 | 16 | 0 | 132 | 21 | 106 | 121 | 56 |
| Binary | 10110101 | 11010011 | 10110 | 1110 | 0 | 1011010 | 10001 | 1000110 | 1010001 | 101110 |
Color Harmonies of #B5D316
Complementary color
Monochromatic Colors of #B5D316
Black with #B5D316
Text Example
Text Example
White with #B5D316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D316; }
p { color: rgb(181,211,22); }
H1.HeaderClassName
{
color: #B5D316;
}
.AnyTagClassName
{
color: #B5D316;
}
</style>
background-color css
<style>
a { background-color: #B5D316; }
a { background-color: rgb(181,211,22); }
div.DivClassName
{
background-color: #B5D316;
}
.BgClassName
{
background-color: #B5D316;
}
</style>
border-color css
<style>
span { border-color: #B5D316; }
span { border-color: rgb(181,211,22); }
td.TdClassName
{
border-color: #B5D316;
}
.TagClassName
{
border-color: #B5D316;
}
</style>