Shades of Rio Grande #B5D121
Tints of Rio Grande #B5D121
RGB
CMYK
RGB Variations
Color information
#B5D121 (or 0xB5D121) is known color: Rio Grande. HEX triplet: B5, D1 and 21. RGB value is (181,209,33). Sum of RGB (Red+Green+Blue) = 181+209+33=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D121 is #4A2EDE. Grayscale: #B5B5B5. Windows color (decimal): -4861663 or 2216373. OLE color: 2216373.
HSL color Cylindrical-coordinate representation of color #B5D121: hue angle of 69.55º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5D121 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 33 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.18 |
| HSL | 69.55º | 0.73% | 0.47% | - |
| HSV(B) | 69.55º | 0.84% | 0.82% | - |
| XYZ | 42.13 | 55.53 | 9.94 | - |
| YUV | 180.56 | 44.72 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 33 | 0.13 | 0 | 0.84 | 0.18 | 69.55 | 0.73 | 0.47 |
| Hex | B5 | D1 | 21 | D | 0 | 54 | 12 | 46 | 49 | 2F |
| Octal | 265 | 321 | 41 | 15 | 0 | 124 | 22 | 106 | 111 | 57 |
| Binary | 10110101 | 11010001 | 100001 | 1101 | 0 | 1010100 | 10010 | 1000110 | 1001001 | 101111 |
Color Harmonies of #B5D121
Complementary color
Monochromatic Colors of #B5D121
Black with #B5D121
Text Example
Text Example
White with #B5D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D121; }
p { color: rgb(181,209,33); }
H1.HeaderClassName
{
color: #B5D121;
}
.AnyTagClassName
{
color: #B5D121;
}
</style>
background-color css
<style>
a { background-color: #B5D121; }
a { background-color: rgb(181,209,33); }
div.DivClassName
{
background-color: #B5D121;
}
.BgClassName
{
background-color: #B5D121;
}
</style>
border-color css
<style>
span { border-color: #B5D121; }
span { border-color: rgb(181,209,33); }
td.TdClassName
{
border-color: #B5D121;
}
.TagClassName
{
border-color: #B5D121;
}
</style>