Shades of Rio Grande #B5BE17
Tints of Rio Grande #B5BE17
RGB
CMYK
RGB Variations
Color information
#B5BE17 (or 0xB5BE17) is known color: Rio Grande. HEX triplet: B5, BE and 17. RGB value is (181,190,23). Sum of RGB (Red+Green+Blue) = 181+190+23=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BE17 is #4A41E8. Grayscale: #A8A8A8. Windows color (decimal): -4866537 or 1556149. OLE color: 1556149.
HSL color Cylindrical-coordinate representation of color #B5BE17: hue angle of 63.23º degrees, saturation: 0.78, 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 #B5BE17 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 190 | 23 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.25 |
| HSL | 63.23º | 0.78% | 0.42% | - |
| HSV(B) | 63.23º | 0.88% | 0.75% | - |
| XYZ | 37.62 | 46.71 | 7.84 | - |
| YUV | 168.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 23 | 0.05 | 0 | 0.88 | 0.25 | 63.23 | 0.78 | 0.42 |
| Hex | B5 | BE | 17 | 5 | 0 | 58 | 19 | 3F | 4E | 2A |
| Octal | 265 | 276 | 27 | 5 | 0 | 130 | 31 | 77 | 116 | 52 |
| Binary | 10110101 | 10111110 | 10111 | 101 | 0 | 1011000 | 11001 | 111111 | 1001110 | 101010 |
Color Harmonies of #B5BE17
Complementary color
Monochromatic Colors of #B5BE17
Black with #B5BE17
Text Example
Text Example
White with #B5BE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BE17; }
p { color: rgb(181,190,23); }
H1.HeaderClassName
{
color: #B5BE17;
}
.AnyTagClassName
{
color: #B5BE17;
}
</style>
background-color css
<style>
a { background-color: #B5BE17; }
a { background-color: rgb(181,190,23); }
div.DivClassName
{
background-color: #B5BE17;
}
.BgClassName
{
background-color: #B5BE17;
}
</style>
border-color css
<style>
span { border-color: #B5BE17; }
span { border-color: rgb(181,190,23); }
td.TdClassName
{
border-color: #B5BE17;
}
.TagClassName
{
border-color: #B5BE17;
}
</style>