Shades of Rio Grande #B5BA2D
Tints of Rio Grande #B5BA2D
RGB
CMYK
RGB Variations
Color information
#B5BA2D (or 0xB5BA2D) is known color: Rio Grande. HEX triplet: B5, BA and 2D. RGB value is (181,186,45). Sum of RGB (Red+Green+Blue) = 181+186+45=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA2D is #4A45D2. Grayscale: #A8A8A8. Windows color (decimal): -4867539 or 2996917. OLE color: 2996917.
HSL color Cylindrical-coordinate representation of color #B5BA2D: hue angle of 62.13º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5BA2D is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 45 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.27 |
| HSL | 62.13º | 0.61% | 0.45% | - |
| HSV(B) | 62.13º | 0.76% | 0.73% | - |
| XYZ | 37.09 | 45.13 | 9.24 | - |
| YUV | 168.43 | 58.34 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 45 | 0.03 | 0 | 0.76 | 0.27 | 62.13 | 0.61 | 0.45 |
| Hex | B5 | BA | 2D | 3 | 0 | 4C | 1B | 3E | 3D | 2D |
| Octal | 265 | 272 | 55 | 3 | 0 | 114 | 33 | 76 | 75 | 55 |
| Binary | 10110101 | 10111010 | 101101 | 11 | 0 | 1001100 | 11011 | 111110 | 111101 | 101101 |
Color Harmonies of #B5BA2D
Complementary color
Monochromatic Colors of #B5BA2D
Black with #B5BA2D
Text Example
Text Example
White with #B5BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA2D; }
p { color: rgb(181,186,45); }
H1.HeaderClassName
{
color: #B5BA2D;
}
.AnyTagClassName
{
color: #B5BA2D;
}
</style>
background-color css
<style>
a { background-color: #B5BA2D; }
a { background-color: rgb(181,186,45); }
div.DivClassName
{
background-color: #B5BA2D;
}
.BgClassName
{
background-color: #B5BA2D;
}
</style>
border-color css
<style>
span { border-color: #B5BA2D; }
span { border-color: rgb(181,186,45); }
td.TdClassName
{
border-color: #B5BA2D;
}
.TagClassName
{
border-color: #B5BA2D;
}
</style>