Shades of Rio Grande #B5BE32
Tints of Rio Grande #B5BE32
RGB
CMYK
RGB Variations
Color information
#B5BE32 (or 0xB5BE32) is known color: Rio Grande. HEX triplet: B5, BE and 32. RGB value is (181,190,50). Sum of RGB (Red+Green+Blue) = 181+190+50=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE32 is #4A41CD. Grayscale: #ABABAB. Windows color (decimal): -4866510 or 3325621. OLE color: 3325621.
HSL color Cylindrical-coordinate representation of color #B5BE32: hue angle of 63.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5BE32 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 190 | 50 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.25 |
| HSL | 63.86º | 0.58% | 0.47% | - |
| HSV(B) | 63.86º | 0.74% | 0.75% | - |
| XYZ | 38.05 | 46.88 | 10.06 | - |
| YUV | 171.35 | 59.52 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 50 | 0.05 | 0 | 0.74 | 0.25 | 63.86 | 0.58 | 0.47 |
| Hex | B5 | BE | 32 | 5 | 0 | 4A | 19 | 40 | 3A | 2F |
| Octal | 265 | 276 | 62 | 5 | 0 | 112 | 31 | 100 | 72 | 57 |
| Binary | 10110101 | 10111110 | 110010 | 101 | 0 | 1001010 | 11001 | 1000000 | 111010 | 101111 |
Color Harmonies of #B5BE32
Complementary color
Monochromatic Colors of #B5BE32
Black with #B5BE32
Text Example
Text Example
White with #B5BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BE32; }
p { color: rgb(181,190,50); }
H1.HeaderClassName
{
color: #B5BE32;
}
.AnyTagClassName
{
color: #B5BE32;
}
</style>
background-color css
<style>
a { background-color: #B5BE32; }
a { background-color: rgb(181,190,50); }
div.DivClassName
{
background-color: #B5BE32;
}
.BgClassName
{
background-color: #B5BE32;
}
</style>
border-color css
<style>
span { border-color: #B5BE32; }
span { border-color: rgb(181,190,50); }
td.TdClassName
{
border-color: #B5BE32;
}
.TagClassName
{
border-color: #B5BE32;
}
</style>