Shades of Rio Grande #B5B91F
Tints of Rio Grande #B5B91F
RGB
CMYK
RGB Variations
Color information
#B5B91F (or 0xB5B91F) is known color: Rio Grande. HEX triplet: B5, B9 and 1F. RGB value is (181,185,31). Sum of RGB (Red+Green+Blue) = 181+185+31=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B91F is #4A46E0. Grayscale: #A6A6A6. Windows color (decimal): -4867809 or 2079157. OLE color: 2079157.
HSL color Cylindrical-coordinate representation of color #B5B91F: hue angle of 61.56º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5B91F is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 31 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.27 |
| HSL | 61.56º | 0.71% | 0.42% | - |
| HSV(B) | 61.56º | 0.83% | 0.73% | - |
| XYZ | 36.65 | 44.62 | 7.98 | - |
| YUV | 166.25 | 51.67 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 31 | 0.02 | 0 | 0.83 | 0.27 | 61.56 | 0.71 | 0.42 |
| Hex | B5 | B9 | 1F | 2 | 0 | 53 | 1B | 3E | 47 | 2A |
| Octal | 265 | 271 | 37 | 2 | 0 | 123 | 33 | 76 | 107 | 52 |
| Binary | 10110101 | 10111001 | 11111 | 10 | 0 | 1010011 | 11011 | 111110 | 1000111 | 101010 |
Color Harmonies of #B5B91F
Complementary color
Monochromatic Colors of #B5B91F
Black with #B5B91F
Text Example
Text Example
White with #B5B91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B91F; }
p { color: rgb(181,185,31); }
H1.HeaderClassName
{
color: #B5B91F;
}
.AnyTagClassName
{
color: #B5B91F;
}
</style>
background-color css
<style>
a { background-color: #B5B91F; }
a { background-color: rgb(181,185,31); }
div.DivClassName
{
background-color: #B5B91F;
}
.BgClassName
{
background-color: #B5B91F;
}
</style>
border-color css
<style>
span { border-color: #B5B91F; }
span { border-color: rgb(181,185,31); }
td.TdClassName
{
border-color: #B5B91F;
}
.TagClassName
{
border-color: #B5B91F;
}
</style>