Shades of Rio Grande #B5D011
Tints of Rio Grande #B5D011
RGB
CMYK
RGB Variations
Color information
#B5D011 (or 0xB5D011) is known color: Rio Grande. HEX triplet: B5, D0 and 11. RGB value is (181,208,17). Sum of RGB (Red+Green+Blue) = 181+208+17=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D011 is #4A2FEE. Grayscale: #B2B2B2. Windows color (decimal): -4861935 or 1167541. OLE color: 1167541.
HSL color Cylindrical-coordinate representation of color #B5D011: hue angle of 68.48º degrees, saturation: 0.85, 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 #B5D011 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 17 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.18 |
| HSL | 68.48º | 0.85% | 0.44% | - |
| HSV(B) | 68.48º | 0.92% | 0.82% | - |
| XYZ | 41.71 | 54.98 | 8.94 | - |
| YUV | 178.15 | 37.05 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 17 | 0.13 | 0 | 0.92 | 0.18 | 68.48 | 0.85 | 0.44 |
| Hex | B5 | D0 | 11 | D | 0 | 5C | 12 | 44 | 55 | 2C |
| Octal | 265 | 320 | 21 | 15 | 0 | 134 | 22 | 104 | 125 | 54 |
| Binary | 10110101 | 11010000 | 10001 | 1101 | 0 | 1011100 | 10010 | 1000100 | 1010101 | 101100 |
Color Harmonies of #B5D011
Complementary color
Monochromatic Colors of #B5D011
Black with #B5D011
Text Example
Text Example
White with #B5D011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D011; }
p { color: rgb(181,208,17); }
H1.HeaderClassName
{
color: #B5D011;
}
.AnyTagClassName
{
color: #B5D011;
}
</style>
background-color css
<style>
a { background-color: #B5D011; }
a { background-color: rgb(181,208,17); }
div.DivClassName
{
background-color: #B5D011;
}
.BgClassName
{
background-color: #B5D011;
}
</style>
border-color css
<style>
span { border-color: #B5D011; }
span { border-color: rgb(181,208,17); }
td.TdClassName
{
border-color: #B5D011;
}
.TagClassName
{
border-color: #B5D011;
}
</style>