Shades of Rio Grande #B5BA1D
Tints of Rio Grande #B5BA1D
RGB
CMYK
RGB Variations
Color information
#B5BA1D (or 0xB5BA1D) is known color: Rio Grande. HEX triplet: B5, BA and 1D. RGB value is (181,186,29). Sum of RGB (Red+Green+Blue) = 181+186+29=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA1D is #4A45E2. Grayscale: #A7A7A7. Windows color (decimal): -4867555 or 1948341. OLE color: 1948341.
HSL color Cylindrical-coordinate representation of color #B5BA1D: hue angle of 61.91º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5BA1D is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 29 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.27 |
| HSL | 61.91º | 0.73% | 0.42% | - |
| HSV(B) | 61.91º | 0.84% | 0.73% | - |
| XYZ | 36.84 | 45.03 | 7.91 | - |
| YUV | 166.61 | 50.34 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 29 | 0.03 | 0 | 0.84 | 0.27 | 61.91 | 0.73 | 0.42 |
| Hex | B5 | BA | 1D | 3 | 0 | 54 | 1B | 3E | 49 | 2A |
| Octal | 265 | 272 | 35 | 3 | 0 | 124 | 33 | 76 | 111 | 52 |
| Binary | 10110101 | 10111010 | 11101 | 11 | 0 | 1010100 | 11011 | 111110 | 1001001 | 101010 |
Color Harmonies of #B5BA1D
Complementary color
Monochromatic Colors of #B5BA1D
Black with #B5BA1D
Text Example
Text Example
White with #B5BA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA1D; }
p { color: rgb(181,186,29); }
H1.HeaderClassName
{
color: #B5BA1D;
}
.AnyTagClassName
{
color: #B5BA1D;
}
</style>
background-color css
<style>
a { background-color: #B5BA1D; }
a { background-color: rgb(181,186,29); }
div.DivClassName
{
background-color: #B5BA1D;
}
.BgClassName
{
background-color: #B5BA1D;
}
</style>
border-color css
<style>
span { border-color: #B5BA1D; }
span { border-color: rgb(181,186,29); }
td.TdClassName
{
border-color: #B5BA1D;
}
.TagClassName
{
border-color: #B5BA1D;
}
</style>