Shades of Rio Grande #BDBC2C
Tints of Rio Grande #BDBC2C
RGB
CMYK
RGB Variations
Color information
#BDBC2C (or 0xBDBC2C) is known color: Rio Grande. HEX triplet: BD, BC and 2C. RGB value is (189,188,44). Sum of RGB (Red+Green+Blue) = 189+188+44=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC2C is #4243D3. Grayscale: #ACACAC. Windows color (decimal): -4342740 or 2931901. OLE color: 2931901.
HSL color Cylindrical-coordinate representation of color #BDBC2C: hue angle of 59.59º 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 #BDBC2C is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 44 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.26 |
| HSL | 59.59º | 0.62% | 0.46% | - |
| HSV(B) | 59.59º | 0.77% | 0.74% | - |
| XYZ | 39.42 | 46.97 | 9.37 | - |
| YUV | 171.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 44 | 0 | 0.01 | 0.77 | 0.26 | 59.59 | 0.62 | 0.46 |
| Hex | BD | BC | 2C | 0 | 1 | 4D | 1A | 3C | 3E | 2E |
| Octal | 275 | 274 | 54 | 0 | 1 | 115 | 32 | 74 | 76 | 56 |
| Binary | 10111101 | 10111100 | 101100 | 0 | 1 | 1001101 | 11010 | 111100 | 111110 | 101110 |
Color Harmonies of #BDBC2C
Complementary color
Monochromatic Colors of #BDBC2C
Black with #BDBC2C
Text Example
Text Example
White with #BDBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC2C; }
p { color: rgb(189,188,44); }
H1.HeaderClassName
{
color: #BDBC2C;
}
.AnyTagClassName
{
color: #BDBC2C;
}
</style>
background-color css
<style>
a { background-color: #BDBC2C; }
a { background-color: rgb(189,188,44); }
div.DivClassName
{
background-color: #BDBC2C;
}
.BgClassName
{
background-color: #BDBC2C;
}
</style>
border-color css
<style>
span { border-color: #BDBC2C; }
span { border-color: rgb(189,188,44); }
td.TdClassName
{
border-color: #BDBC2C;
}
.TagClassName
{
border-color: #BDBC2C;
}
</style>