Shades of Rio Grande #BDBC2B
Tints of Rio Grande #BDBC2B
RGB
CMYK
RGB Variations
Color information
#BDBC2B (or 0xBDBC2B) is known color: Rio Grande. HEX triplet: BD, BC and 2B. RGB value is (189,188,43). Sum of RGB (Red+Green+Blue) = 189+188+43=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC2B is #4243D4. Grayscale: #ACACAC. Windows color (decimal): -4342741 or 2866365. OLE color: 2866365.
HSL color Cylindrical-coordinate representation of color #BDBC2B: hue angle of 59.59º 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 #BDBC2B is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 43 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.26 |
| HSL | 59.59º | 0.63% | 0.45% | - |
| HSV(B) | 59.59º | 0.77% | 0.74% | - |
| XYZ | 39.41 | 46.96 | 9.27 | - |
| YUV | 171.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 43 | 0 | 0.01 | 0.77 | 0.26 | 59.59 | 0.63 | 0.45 |
| Hex | BD | BC | 2B | 0 | 1 | 4D | 1A | 3C | 3F | 2D |
| Octal | 275 | 274 | 53 | 0 | 1 | 115 | 32 | 74 | 77 | 55 |
| Binary | 10111101 | 10111100 | 101011 | 0 | 1 | 1001101 | 11010 | 111100 | 111111 | 101101 |
Color Harmonies of #BDBC2B
Complementary color
Monochromatic Colors of #BDBC2B
Black with #BDBC2B
Text Example
Text Example
White with #BDBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC2B; }
p { color: rgb(189,188,43); }
H1.HeaderClassName
{
color: #BDBC2B;
}
.AnyTagClassName
{
color: #BDBC2B;
}
</style>
background-color css
<style>
a { background-color: #BDBC2B; }
a { background-color: rgb(189,188,43); }
div.DivClassName
{
background-color: #BDBC2B;
}
.BgClassName
{
background-color: #BDBC2B;
}
</style>
border-color css
<style>
span { border-color: #BDBC2B; }
span { border-color: rgb(189,188,43); }
td.TdClassName
{
border-color: #BDBC2B;
}
.TagClassName
{
border-color: #BDBC2B;
}
</style>