Shades of Rio Grande #B5BA2C
Tints of Rio Grande #B5BA2C
RGB
CMYK
RGB Variations
Color information
#B5BA2C (or 0xB5BA2C) is known color: Rio Grande. HEX triplet: B5, BA and 2C. RGB value is (181,186,44). Sum of RGB (Red+Green+Blue) = 181+186+44=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA2C is #4A45D3. Grayscale: #A8A8A8. Windows color (decimal): -4867540 or 2931381. OLE color: 2931381.
HSL color Cylindrical-coordinate representation of color #B5BA2C: hue angle of 62.11º degrees, saturation: 0.62, 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 #B5BA2C is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 44 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.27 |
| HSL | 62.11º | 0.62% | 0.45% | - |
| HSV(B) | 62.11º | 0.76% | 0.73% | - |
| XYZ | 37.07 | 45.12 | 9.14 | - |
| YUV | 168.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 44 | 0.03 | 0 | 0.76 | 0.27 | 62.11 | 0.62 | 0.45 |
| Hex | B5 | BA | 2C | 3 | 0 | 4C | 1B | 3E | 3E | 2D |
| Octal | 265 | 272 | 54 | 3 | 0 | 114 | 33 | 76 | 76 | 55 |
| Binary | 10110101 | 10111010 | 101100 | 11 | 0 | 1001100 | 11011 | 111110 | 111110 | 101101 |
Color Harmonies of #B5BA2C
Complementary color
Monochromatic Colors of #B5BA2C
Black with #B5BA2C
Text Example
Text Example
White with #B5BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA2C; }
p { color: rgb(181,186,44); }
H1.HeaderClassName
{
color: #B5BA2C;
}
.AnyTagClassName
{
color: #B5BA2C;
}
</style>
background-color css
<style>
a { background-color: #B5BA2C; }
a { background-color: rgb(181,186,44); }
div.DivClassName
{
background-color: #B5BA2C;
}
.BgClassName
{
background-color: #B5BA2C;
}
</style>
border-color css
<style>
span { border-color: #B5BA2C; }
span { border-color: rgb(181,186,44); }
td.TdClassName
{
border-color: #B5BA2C;
}
.TagClassName
{
border-color: #B5BA2C;
}
</style>