Shades of Rio Grande #BDBB2C
Tints of Rio Grande #BDBB2C
RGB
CMYK
RGB Variations
Color information
#BDBB2C (or 0xBDBB2C) is known color: Rio Grande. HEX triplet: BD, BB and 2C. RGB value is (189,187,44). Sum of RGB (Red+Green+Blue) = 189+187+44=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB2C is #4244D3. Grayscale: #ABABAB. Windows color (decimal): -4342996 or 2931645. OLE color: 2931645.
HSL color Cylindrical-coordinate representation of color #BDBB2C: hue angle of 59.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDBB2C is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 44 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.26 |
| HSL | 59.17º | 0.62% | 0.46% | - |
| HSV(B) | 59.17º | 0.77% | 0.74% | - |
| XYZ | 39.21 | 46.54 | 9.3 | - |
| YUV | 171.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 44 | 0 | 0.01 | 0.77 | 0.26 | 59.17 | 0.62 | 0.46 |
| Hex | BD | BB | 2C | 0 | 1 | 4D | 1A | 3B | 3E | 2E |
| Octal | 275 | 273 | 54 | 0 | 1 | 115 | 32 | 73 | 76 | 56 |
| Binary | 10111101 | 10111011 | 101100 | 0 | 1 | 1001101 | 11010 | 111011 | 111110 | 101110 |
Color Harmonies of #BDBB2C
Complementary color
Monochromatic Colors of #BDBB2C
Black with #BDBB2C
Text Example
Text Example
White with #BDBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB2C; }
p { color: rgb(189,187,44); }
H1.HeaderClassName
{
color: #BDBB2C;
}
.AnyTagClassName
{
color: #BDBB2C;
}
</style>
background-color css
<style>
a { background-color: #BDBB2C; }
a { background-color: rgb(189,187,44); }
div.DivClassName
{
background-color: #BDBB2C;
}
.BgClassName
{
background-color: #BDBB2C;
}
</style>
border-color css
<style>
span { border-color: #BDBB2C; }
span { border-color: rgb(189,187,44); }
td.TdClassName
{
border-color: #BDBB2C;
}
.TagClassName
{
border-color: #BDBB2C;
}
</style>