Shades of Rio Grande #B5D311
Tints of Rio Grande #B5D311
RGB
CMYK
RGB Variations
Color information
#B5D311 (or 0xB5D311) is known color: Rio Grande. HEX triplet: B5, D3 and 11. RGB value is (181,211,17). Sum of RGB (Red+Green+Blue) = 181+211+17=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D311 is #4A2CEE. Grayscale: #B4B4B4. Windows color (decimal): -4861167 or 1168309. OLE color: 1168309.
HSL color Cylindrical-coordinate representation of color #B5D311: hue angle of 69.28º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5D311 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 17 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.17 |
| HSL | 69.28º | 0.85% | 0.45% | - |
| HSV(B) | 69.28º | 0.92% | 0.83% | - |
| XYZ | 42.45 | 56.45 | 9.19 | - |
| YUV | 179.91 | 36.06 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 17 | 0.14 | 0 | 0.92 | 0.17 | 69.28 | 0.85 | 0.45 |
| Hex | B5 | D3 | 11 | E | 0 | 5C | 11 | 45 | 55 | 2D |
| Octal | 265 | 323 | 21 | 16 | 0 | 134 | 21 | 105 | 125 | 55 |
| Binary | 10110101 | 11010011 | 10001 | 1110 | 0 | 1011100 | 10001 | 1000101 | 1010101 | 101101 |
Color Harmonies of #B5D311
Complementary color
Monochromatic Colors of #B5D311
Black with #B5D311
Text Example
Text Example
White with #B5D311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D311; }
p { color: rgb(181,211,17); }
H1.HeaderClassName
{
color: #B5D311;
}
.AnyTagClassName
{
color: #B5D311;
}
</style>
background-color css
<style>
a { background-color: #B5D311; }
a { background-color: rgb(181,211,17); }
div.DivClassName
{
background-color: #B5D311;
}
.BgClassName
{
background-color: #B5D311;
}
</style>
border-color css
<style>
span { border-color: #B5D311; }
span { border-color: rgb(181,211,17); }
td.TdClassName
{
border-color: #B5D311;
}
.TagClassName
{
border-color: #B5D311;
}
</style>