Shades of Rio Grande #B9BC1D
Tints of Rio Grande #B9BC1D
RGB
CMYK
RGB Variations
Color information
#B9BC1D (or 0xB9BC1D) is known color: Rio Grande. HEX triplet: B9, BC and 1D. RGB value is (185,188,29). Sum of RGB (Red+Green+Blue) = 185+188+29=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC1D is #4643E2. Grayscale: #A9A9A9. Windows color (decimal): -4604899 or 1948857. OLE color: 1948857.
HSL color Cylindrical-coordinate representation of color #B9BC1D: hue angle of 61.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9BC1D is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 29 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.26 |
| HSL | 61.13º | 0.73% | 0.43% | - |
| HSV(B) | 61.13º | 0.85% | 0.74% | - |
| XYZ | 38.21 | 46.37 | 8.1 | - |
| YUV | 168.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 29 | 0.02 | 0 | 0.85 | 0.26 | 61.13 | 0.73 | 0.43 |
| Hex | B9 | BC | 1D | 2 | 0 | 55 | 1A | 3D | 49 | 2B |
| Octal | 271 | 274 | 35 | 2 | 0 | 125 | 32 | 75 | 111 | 53 |
| Binary | 10111001 | 10111100 | 11101 | 10 | 0 | 1010101 | 11010 | 111101 | 1001001 | 101011 |
Color Harmonies of #B9BC1D
Complementary color
Monochromatic Colors of #B9BC1D
Black with #B9BC1D
Text Example
Text Example
White with #B9BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC1D; }
p { color: rgb(185,188,29); }
H1.HeaderClassName
{
color: #B9BC1D;
}
.AnyTagClassName
{
color: #B9BC1D;
}
</style>
background-color css
<style>
a { background-color: #B9BC1D; }
a { background-color: rgb(185,188,29); }
div.DivClassName
{
background-color: #B9BC1D;
}
.BgClassName
{
background-color: #B9BC1D;
}
</style>
border-color css
<style>
span { border-color: #B9BC1D; }
span { border-color: rgb(185,188,29); }
td.TdClassName
{
border-color: #B9BC1D;
}
.TagClassName
{
border-color: #B9BC1D;
}
</style>