Shades of Rio Grande #B9BA1C
Tints of Rio Grande #B9BA1C
RGB
CMYK
RGB Variations
Color information
#B9BA1C (or 0xB9BA1C) is known color: Rio Grande. HEX triplet: B9, BA and 1C. RGB value is (185,186,28). Sum of RGB (Red+Green+Blue) = 185+186+28=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA1C is #4645E3. Grayscale: #A8A8A8. Windows color (decimal): -4605412 or 1882809. OLE color: 1882809.
HSL color Cylindrical-coordinate representation of color #B9BA1C: hue angle of 60.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9BA1C is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 28 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.27 |
| HSL | 60.38º | 0.74% | 0.42% | - |
| HSV(B) | 60.38º | 0.85% | 0.73% | - |
| XYZ | 37.78 | 45.52 | 7.89 | - |
| YUV | 167.69 | 49.17 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 28 | 0.01 | 0 | 0.85 | 0.27 | 60.38 | 0.74 | 0.42 |
| Hex | B9 | BA | 1C | 1 | 0 | 55 | 1B | 3C | 4A | 2A |
| Octal | 271 | 272 | 34 | 1 | 0 | 125 | 33 | 74 | 112 | 52 |
| Binary | 10111001 | 10111010 | 11100 | 1 | 0 | 1010101 | 11011 | 111100 | 1001010 | 101010 |
Color Harmonies of #B9BA1C
Complementary color
Monochromatic Colors of #B9BA1C
Black with #B9BA1C
Text Example
Text Example
White with #B9BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA1C; }
p { color: rgb(185,186,28); }
H1.HeaderClassName
{
color: #B9BA1C;
}
.AnyTagClassName
{
color: #B9BA1C;
}
</style>
background-color css
<style>
a { background-color: #B9BA1C; }
a { background-color: rgb(185,186,28); }
div.DivClassName
{
background-color: #B9BA1C;
}
.BgClassName
{
background-color: #B9BA1C;
}
</style>
border-color css
<style>
span { border-color: #B9BA1C; }
span { border-color: rgb(185,186,28); }
td.TdClassName
{
border-color: #B9BA1C;
}
.TagClassName
{
border-color: #B9BA1C;
}
</style>