Shades of Rio Grande #B5D11D
Tints of Rio Grande #B5D11D
RGB
CMYK
RGB Variations
Color information
#B5D11D (or 0xB5D11D) is known color: Rio Grande. HEX triplet: B5, D1 and 1D. RGB value is (181,209,29). Sum of RGB (Red+Green+Blue) = 181+209+29=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D11D is #4A2EE2. Grayscale: #B4B4B4. Windows color (decimal): -4861667 or 1954229. OLE color: 1954229.
HSL color Cylindrical-coordinate representation of color #B5D11D: hue angle of 69.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5D11D is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 29 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.18 |
| HSL | 69.33º | 0.76% | 0.47% | - |
| HSV(B) | 69.33º | 0.86% | 0.82% | - |
| XYZ | 42.08 | 55.51 | 9.66 | - |
| YUV | 180.11 | 42.72 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 29 | 0.13 | 0 | 0.86 | 0.18 | 69.33 | 0.76 | 0.47 |
| Hex | B5 | D1 | 1D | D | 0 | 56 | 12 | 45 | 4C | 2F |
| Octal | 265 | 321 | 35 | 15 | 0 | 126 | 22 | 105 | 114 | 57 |
| Binary | 10110101 | 11010001 | 11101 | 1101 | 0 | 1010110 | 10010 | 1000101 | 1001100 | 101111 |
Color Harmonies of #B5D11D
Complementary color
Monochromatic Colors of #B5D11D
Black with #B5D11D
Text Example
Text Example
White with #B5D11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D11D; }
p { color: rgb(181,209,29); }
H1.HeaderClassName
{
color: #B5D11D;
}
.AnyTagClassName
{
color: #B5D11D;
}
</style>
background-color css
<style>
a { background-color: #B5D11D; }
a { background-color: rgb(181,209,29); }
div.DivClassName
{
background-color: #B5D11D;
}
.BgClassName
{
background-color: #B5D11D;
}
</style>
border-color css
<style>
span { border-color: #B5D11D; }
span { border-color: rgb(181,209,29); }
td.TdClassName
{
border-color: #B5D11D;
}
.TagClassName
{
border-color: #B5D11D;
}
</style>