Shades of Rio Grande #B5D120
Tints of Rio Grande #B5D120
RGB
CMYK
RGB Variations
Color information
#B5D120 (or 0xB5D120) is known color: Rio Grande. HEX triplet: B5, D1 and 20. RGB value is (181,209,32). Sum of RGB (Red+Green+Blue) = 181+209+32=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D120 is #4A2EDF. Grayscale: #B5B5B5. Windows color (decimal): -4861664 or 2150837. OLE color: 2150837.
HSL color Cylindrical-coordinate representation of color #B5D120: hue angle of 69.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5D120 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 32 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.18 |
| HSL | 69.49º | 0.73% | 0.47% | - |
| HSV(B) | 69.49º | 0.85% | 0.82% | - |
| XYZ | 42.12 | 55.53 | 9.86 | - |
| YUV | 180.45 | 44.22 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 32 | 0.13 | 0 | 0.85 | 0.18 | 69.49 | 0.73 | 0.47 |
| Hex | B5 | D1 | 20 | D | 0 | 55 | 12 | 45 | 49 | 2F |
| Octal | 265 | 321 | 40 | 15 | 0 | 125 | 22 | 105 | 111 | 57 |
| Binary | 10110101 | 11010001 | 100000 | 1101 | 0 | 1010101 | 10010 | 1000101 | 1001001 | 101111 |
Color Harmonies of #B5D120
Complementary color
Monochromatic Colors of #B5D120
Black with #B5D120
Text Example
Text Example
White with #B5D120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D120; }
p { color: rgb(181,209,32); }
H1.HeaderClassName
{
color: #B5D120;
}
.AnyTagClassName
{
color: #B5D120;
}
</style>
background-color css
<style>
a { background-color: #B5D120; }
a { background-color: rgb(181,209,32); }
div.DivClassName
{
background-color: #B5D120;
}
.BgClassName
{
background-color: #B5D120;
}
</style>
border-color css
<style>
span { border-color: #B5D120; }
span { border-color: rgb(181,209,32); }
td.TdClassName
{
border-color: #B5D120;
}
.TagClassName
{
border-color: #B5D120;
}
</style>