Shades of Rio Grande #B5D020
Tints of Rio Grande #B5D020
RGB
CMYK
RGB Variations
Color information
#B5D020 (or 0xB5D020) is known color: Rio Grande. HEX triplet: B5, D0 and 20. RGB value is (181,208,32). Sum of RGB (Red+Green+Blue) = 181+208+32=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D020 is #4A2FDF. Grayscale: #B4B4B4. Windows color (decimal): -4861920 or 2150581. OLE color: 2150581.
HSL color Cylindrical-coordinate representation of color #B5D020: hue angle of 69.2º 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 #B5D020 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 32 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.18 |
| HSL | 69.2º | 0.73% | 0.47% | - |
| HSV(B) | 69.2º | 0.85% | 0.82% | - |
| XYZ | 41.87 | 55.04 | 9.78 | - |
| YUV | 179.86 | 44.55 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 32 | 0.13 | 0 | 0.85 | 0.18 | 69.2 | 0.73 | 0.47 |
| Hex | B5 | D0 | 20 | D | 0 | 55 | 12 | 45 | 49 | 2F |
| Octal | 265 | 320 | 40 | 15 | 0 | 125 | 22 | 105 | 111 | 57 |
| Binary | 10110101 | 11010000 | 100000 | 1101 | 0 | 1010101 | 10010 | 1000101 | 1001001 | 101111 |
Color Harmonies of #B5D020
Complementary color
Monochromatic Colors of #B5D020
Black with #B5D020
Text Example
Text Example
White with #B5D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D020; }
p { color: rgb(181,208,32); }
H1.HeaderClassName
{
color: #B5D020;
}
.AnyTagClassName
{
color: #B5D020;
}
</style>
background-color css
<style>
a { background-color: #B5D020; }
a { background-color: rgb(181,208,32); }
div.DivClassName
{
background-color: #B5D020;
}
.BgClassName
{
background-color: #B5D020;
}
</style>
border-color css
<style>
span { border-color: #B5D020; }
span { border-color: rgb(181,208,32); }
td.TdClassName
{
border-color: #B5D020;
}
.TagClassName
{
border-color: #B5D020;
}
</style>