Shades of Rio Grande #B5BE20
Tints of Rio Grande #B5BE20
RGB
CMYK
RGB Variations
Color information
#B5BE20 (or 0xB5BE20) is known color: Rio Grande. HEX triplet: B5, BE and 20. RGB value is (181,190,32). Sum of RGB (Red+Green+Blue) = 181+190+32=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE20 is #4A41DF. Grayscale: #A9A9A9. Windows color (decimal): -4866528 or 2145973. OLE color: 2145973.
HSL color Cylindrical-coordinate representation of color #B5BE20: hue angle of 63.42º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5BE20 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 190 | 32 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.25 |
| HSL | 63.42º | 0.71% | 0.44% | - |
| HSV(B) | 63.42º | 0.83% | 0.75% | - |
| XYZ | 37.73 | 46.75 | 8.4 | - |
| YUV | 169.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 32 | 0.05 | 0 | 0.83 | 0.25 | 63.42 | 0.71 | 0.44 |
| Hex | B5 | BE | 20 | 5 | 0 | 53 | 19 | 3F | 47 | 2C |
| Octal | 265 | 276 | 40 | 5 | 0 | 123 | 31 | 77 | 107 | 54 |
| Binary | 10110101 | 10111110 | 100000 | 101 | 0 | 1010011 | 11001 | 111111 | 1000111 | 101100 |
Color Harmonies of #B5BE20
Complementary color
Monochromatic Colors of #B5BE20
Black with #B5BE20
Text Example
Text Example
White with #B5BE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BE20; }
p { color: rgb(181,190,32); }
H1.HeaderClassName
{
color: #B5BE20;
}
.AnyTagClassName
{
color: #B5BE20;
}
</style>
background-color css
<style>
a { background-color: #B5BE20; }
a { background-color: rgb(181,190,32); }
div.DivClassName
{
background-color: #B5BE20;
}
.BgClassName
{
background-color: #B5BE20;
}
</style>
border-color css
<style>
span { border-color: #B5BE20; }
span { border-color: rgb(181,190,32); }
td.TdClassName
{
border-color: #B5BE20;
}
.TagClassName
{
border-color: #B5BE20;
}
</style>