Shades of Rio Grande #B9BA2D
Tints of Rio Grande #B9BA2D
RGB
CMYK
RGB Variations
Color information
#B9BA2D (or 0xB9BA2D) is known color: Rio Grande. HEX triplet: B9, BA and 2D. RGB value is (185,186,45). Sum of RGB (Red+Green+Blue) = 185+186+45=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA2D is #4645D2. Grayscale: #AAAAAA. Windows color (decimal): -4605395 or 2996921. OLE color: 2996921.
HSL color Cylindrical-coordinate representation of color #B9BA2D: hue angle of 60.43º 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 #B9BA2D is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 45 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.27 |
| HSL | 60.43º | 0.61% | 0.45% | - |
| HSV(B) | 60.43º | 0.76% | 0.73% | - |
| XYZ | 38.04 | 45.62 | 9.28 | - |
| YUV | 169.63 | 57.67 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 45 | 0.01 | 0 | 0.76 | 0.27 | 60.43 | 0.61 | 0.45 |
| Hex | B9 | BA | 2D | 1 | 0 | 4C | 1B | 3C | 3D | 2D |
| Octal | 271 | 272 | 55 | 1 | 0 | 114 | 33 | 74 | 75 | 55 |
| Binary | 10111001 | 10111010 | 101101 | 1 | 0 | 1001100 | 11011 | 111100 | 111101 | 101101 |
Color Harmonies of #B9BA2D
Complementary color
Monochromatic Colors of #B9BA2D
Black with #B9BA2D
Text Example
Text Example
White with #B9BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA2D; }
p { color: rgb(185,186,45); }
H1.HeaderClassName
{
color: #B9BA2D;
}
.AnyTagClassName
{
color: #B9BA2D;
}
</style>
background-color css
<style>
a { background-color: #B9BA2D; }
a { background-color: rgb(185,186,45); }
div.DivClassName
{
background-color: #B9BA2D;
}
.BgClassName
{
background-color: #B9BA2D;
}
</style>
border-color css
<style>
span { border-color: #B9BA2D; }
span { border-color: rgb(185,186,45); }
td.TdClassName
{
border-color: #B9BA2D;
}
.TagClassName
{
border-color: #B9BA2D;
}
</style>