Shades of Rio Grande #B9BC2B
Tints of Rio Grande #B9BC2B
RGB
CMYK
RGB Variations
Color information
#B9BC2B (or 0xB9BC2B) is known color: Rio Grande. HEX triplet: B9, BC and 2B. RGB value is (185,188,43). Sum of RGB (Red+Green+Blue) = 185+188+43=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC2B is #4643D4. Grayscale: #ABABAB. Windows color (decimal): -4604885 or 2866361. OLE color: 2866361.
HSL color Cylindrical-coordinate representation of color #B9BC2B: hue angle of 61.24º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9BC2B is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 43 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.26 |
| HSL | 61.24º | 0.63% | 0.45% | - |
| HSV(B) | 61.24º | 0.77% | 0.74% | - |
| XYZ | 38.43 | 46.46 | 9.23 | - |
| YUV | 170.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 43 | 0.02 | 0 | 0.77 | 0.26 | 61.24 | 0.63 | 0.45 |
| Hex | B9 | BC | 2B | 2 | 0 | 4D | 1A | 3D | 3F | 2D |
| Octal | 271 | 274 | 53 | 2 | 0 | 115 | 32 | 75 | 77 | 55 |
| Binary | 10111001 | 10111100 | 101011 | 10 | 0 | 1001101 | 11010 | 111101 | 111111 | 101101 |
Color Harmonies of #B9BC2B
Complementary color
Monochromatic Colors of #B9BC2B
Black with #B9BC2B
Text Example
Text Example
White with #B9BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC2B; }
p { color: rgb(185,188,43); }
H1.HeaderClassName
{
color: #B9BC2B;
}
.AnyTagClassName
{
color: #B9BC2B;
}
</style>
background-color css
<style>
a { background-color: #B9BC2B; }
a { background-color: rgb(185,188,43); }
div.DivClassName
{
background-color: #B9BC2B;
}
.BgClassName
{
background-color: #B9BC2B;
}
</style>
border-color css
<style>
span { border-color: #B9BC2B; }
span { border-color: rgb(185,188,43); }
td.TdClassName
{
border-color: #B9BC2B;
}
.TagClassName
{
border-color: #B9BC2B;
}
</style>