Shades of Rio Grande #B9BC2D
Tints of Rio Grande #B9BC2D
RGB
CMYK
RGB Variations
Color information
#B9BC2D (or 0xB9BC2D) is known color: Rio Grande. HEX triplet: B9, BC and 2D. RGB value is (185,188,45). Sum of RGB (Red+Green+Blue) = 185+188+45=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC2D is #4643D2. Grayscale: #ABABAB. Windows color (decimal): -4604883 or 2997433. OLE color: 2997433.
HSL color Cylindrical-coordinate representation of color #B9BC2D: hue angle of 61.26º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9BC2D is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 45 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.26 |
| HSL | 61.26º | 0.61% | 0.46% | - |
| HSV(B) | 61.26º | 0.76% | 0.74% | - |
| XYZ | 38.46 | 46.47 | 9.42 | - |
| YUV | 170.8 | 57.01 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 45 | 0.02 | 0 | 0.76 | 0.26 | 61.26 | 0.61 | 0.46 |
| Hex | B9 | BC | 2D | 2 | 0 | 4C | 1A | 3D | 3D | 2E |
| Octal | 271 | 274 | 55 | 2 | 0 | 114 | 32 | 75 | 75 | 56 |
| Binary | 10111001 | 10111100 | 101101 | 10 | 0 | 1001100 | 11010 | 111101 | 111101 | 101110 |
Color Harmonies of #B9BC2D
Complementary color
Monochromatic Colors of #B9BC2D
Black with #B9BC2D
Text Example
Text Example
White with #B9BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC2D; }
p { color: rgb(185,188,45); }
H1.HeaderClassName
{
color: #B9BC2D;
}
.AnyTagClassName
{
color: #B9BC2D;
}
</style>
background-color css
<style>
a { background-color: #B9BC2D; }
a { background-color: rgb(185,188,45); }
div.DivClassName
{
background-color: #B9BC2D;
}
.BgClassName
{
background-color: #B9BC2D;
}
</style>
border-color css
<style>
span { border-color: #B9BC2D; }
span { border-color: rgb(185,188,45); }
td.TdClassName
{
border-color: #B9BC2D;
}
.TagClassName
{
border-color: #B9BC2D;
}
</style>