Shades of Rio Grande #B5BE16
Tints of Rio Grande #B5BE16
RGB
CMYK
RGB Variations
Color information
#B5BE16 (or 0xB5BE16) is known color: Rio Grande. HEX triplet: B5, BE and 16. RGB value is (181,190,22). Sum of RGB (Red+Green+Blue) = 181+190+22=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BE16 is #4A41E9. Grayscale: #A8A8A8. Windows color (decimal): -4866538 or 1490613. OLE color: 1490613.
HSL color Cylindrical-coordinate representation of color #B5BE16: hue angle of 63.21º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5BE16 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 190 | 22 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.25 |
| HSL | 63.21º | 0.79% | 0.42% | - |
| HSV(B) | 63.21º | 0.88% | 0.75% | - |
| XYZ | 37.61 | 46.71 | 7.79 | - |
| YUV | 168.16 | 45.52 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 22 | 0.05 | 0 | 0.88 | 0.25 | 63.21 | 0.79 | 0.42 |
| Hex | B5 | BE | 16 | 5 | 0 | 58 | 19 | 3F | 4F | 2A |
| Octal | 265 | 276 | 26 | 5 | 0 | 130 | 31 | 77 | 117 | 52 |
| Binary | 10110101 | 10111110 | 10110 | 101 | 0 | 1011000 | 11001 | 111111 | 1001111 | 101010 |
Color Harmonies of #B5BE16
Complementary color
Monochromatic Colors of #B5BE16
Black with #B5BE16
Text Example
Text Example
White with #B5BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BE16; }
p { color: rgb(181,190,22); }
H1.HeaderClassName
{
color: #B5BE16;
}
.AnyTagClassName
{
color: #B5BE16;
}
</style>
background-color css
<style>
a { background-color: #B5BE16; }
a { background-color: rgb(181,190,22); }
div.DivClassName
{
background-color: #B5BE16;
}
.BgClassName
{
background-color: #B5BE16;
}
</style>
border-color css
<style>
span { border-color: #B5BE16; }
span { border-color: rgb(181,190,22); }
td.TdClassName
{
border-color: #B5BE16;
}
.TagClassName
{
border-color: #B5BE16;
}
</style>