Shades of Rio Grande #B9BC1E
Tints of Rio Grande #B9BC1E
RGB
CMYK
RGB Variations
Color information
#B9BC1E (or 0xB9BC1E) is known color: Rio Grande. HEX triplet: B9, BC and 1E. RGB value is (185,188,30). Sum of RGB (Red+Green+Blue) = 185+188+30=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC1E is #4643E1. Grayscale: #A9A9A9. Windows color (decimal): -4604898 or 2014393. OLE color: 2014393.
HSL color Cylindrical-coordinate representation of color #B9BC1E: hue angle of 61.14º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9BC1E is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 30 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.26 |
| HSL | 61.14º | 0.72% | 0.43% | - |
| HSV(B) | 61.14º | 0.84% | 0.74% | - |
| XYZ | 38.23 | 46.37 | 8.16 | - |
| YUV | 169.09 | 49.51 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 30 | 0.02 | 0 | 0.84 | 0.26 | 61.14 | 0.72 | 0.43 |
| Hex | B9 | BC | 1E | 2 | 0 | 54 | 1A | 3D | 48 | 2B |
| Octal | 271 | 274 | 36 | 2 | 0 | 124 | 32 | 75 | 110 | 53 |
| Binary | 10111001 | 10111100 | 11110 | 10 | 0 | 1010100 | 11010 | 111101 | 1001000 | 101011 |
Color Harmonies of #B9BC1E
Complementary color
Monochromatic Colors of #B9BC1E
Black with #B9BC1E
Text Example
Text Example
White with #B9BC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC1E; }
p { color: rgb(185,188,30); }
H1.HeaderClassName
{
color: #B9BC1E;
}
.AnyTagClassName
{
color: #B9BC1E;
}
</style>
background-color css
<style>
a { background-color: #B9BC1E; }
a { background-color: rgb(185,188,30); }
div.DivClassName
{
background-color: #B9BC1E;
}
.BgClassName
{
background-color: #B9BC1E;
}
</style>
border-color css
<style>
span { border-color: #B9BC1E; }
span { border-color: rgb(185,188,30); }
td.TdClassName
{
border-color: #B9BC1E;
}
.TagClassName
{
border-color: #B9BC1E;
}
</style>