Shades of Rio Grande #B5BA25
Tints of Rio Grande #B5BA25
RGB
CMYK
RGB Variations
Color information
#B5BA25 (or 0xB5BA25) is known color: Rio Grande. HEX triplet: B5, BA and 25. RGB value is (181,186,37). Sum of RGB (Red+Green+Blue) = 181+186+37=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA25 is #4A45DA. Grayscale: #A8A8A8. Windows color (decimal): -4867547 or 2472629. OLE color: 2472629.
HSL color Cylindrical-coordinate representation of color #B5BA25: hue angle of 62.01º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5BA25 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 37 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.27 |
| HSL | 62.01º | 0.67% | 0.44% | - |
| HSV(B) | 62.01º | 0.8% | 0.73% | - |
| XYZ | 36.95 | 45.08 | 8.5 | - |
| YUV | 167.52 | 54.34 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 37 | 0.03 | 0 | 0.80 | 0.27 | 62.01 | 0.67 | 0.44 |
| Hex | B5 | BA | 25 | 3 | 0 | 50 | 1B | 3E | 43 | 2C |
| Octal | 265 | 272 | 45 | 3 | 0 | 120 | 33 | 76 | 103 | 54 |
| Binary | 10110101 | 10111010 | 100101 | 11 | 0 | 1010000 | 11011 | 111110 | 1000011 | 101100 |
Color Harmonies of #B5BA25
Complementary color
Monochromatic Colors of #B5BA25
Black with #B5BA25
Text Example
Text Example
White with #B5BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA25; }
p { color: rgb(181,186,37); }
H1.HeaderClassName
{
color: #B5BA25;
}
.AnyTagClassName
{
color: #B5BA25;
}
</style>
background-color css
<style>
a { background-color: #B5BA25; }
a { background-color: rgb(181,186,37); }
div.DivClassName
{
background-color: #B5BA25;
}
.BgClassName
{
background-color: #B5BA25;
}
</style>
border-color css
<style>
span { border-color: #B5BA25; }
span { border-color: rgb(181,186,37); }
td.TdClassName
{
border-color: #B5BA25;
}
.TagClassName
{
border-color: #B5BA25;
}
</style>