Shades of Rio Grande #B5BA1F
Tints of Rio Grande #B5BA1F
RGB
CMYK
RGB Variations
Color information
#B5BA1F (or 0xB5BA1F) is known color: Rio Grande. HEX triplet: B5, BA and 1F. RGB value is (181,186,31). Sum of RGB (Red+Green+Blue) = 181+186+31=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA1F is #4A45E0. Grayscale: #A7A7A7. Windows color (decimal): -4867553 or 2079413. OLE color: 2079413.
HSL color Cylindrical-coordinate representation of color #B5BA1F: hue angle of 61.94º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5BA1F is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 31 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.27 |
| HSL | 61.94º | 0.71% | 0.43% | - |
| HSV(B) | 61.94º | 0.83% | 0.73% | - |
| XYZ | 36.86 | 45.04 | 8.05 | - |
| YUV | 166.84 | 51.34 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 31 | 0.03 | 0 | 0.83 | 0.27 | 61.94 | 0.71 | 0.43 |
| Hex | B5 | BA | 1F | 3 | 0 | 53 | 1B | 3E | 47 | 2B |
| Octal | 265 | 272 | 37 | 3 | 0 | 123 | 33 | 76 | 107 | 53 |
| Binary | 10110101 | 10111010 | 11111 | 11 | 0 | 1010011 | 11011 | 111110 | 1000111 | 101011 |
Color Harmonies of #B5BA1F
Complementary color
Monochromatic Colors of #B5BA1F
Black with #B5BA1F
Text Example
Text Example
White with #B5BA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA1F; }
p { color: rgb(181,186,31); }
H1.HeaderClassName
{
color: #B5BA1F;
}
.AnyTagClassName
{
color: #B5BA1F;
}
</style>
background-color css
<style>
a { background-color: #B5BA1F; }
a { background-color: rgb(181,186,31); }
div.DivClassName
{
background-color: #B5BA1F;
}
.BgClassName
{
background-color: #B5BA1F;
}
</style>
border-color css
<style>
span { border-color: #B5BA1F; }
span { border-color: rgb(181,186,31); }
td.TdClassName
{
border-color: #B5BA1F;
}
.TagClassName
{
border-color: #B5BA1F;
}
</style>