Shades of Rio Grande #BDBC2D
Tints of Rio Grande #BDBC2D
RGB
CMYK
RGB Variations
Color information
#BDBC2D (or 0xBDBC2D) is known color: Rio Grande. HEX triplet: BD, BC and 2D. RGB value is (189,188,45). Sum of RGB (Red+Green+Blue) = 189+188+45=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC2D is #4243D2. Grayscale: #ACACAC. Windows color (decimal): -4342739 or 2997437. OLE color: 2997437.
HSL color Cylindrical-coordinate representation of color #BDBC2D: hue angle of 59.58º degrees, saturation: 0.62, 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 #BDBC2D is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 45 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.26 |
| HSL | 59.58º | 0.62% | 0.46% | - |
| HSV(B) | 59.58º | 0.76% | 0.74% | - |
| XYZ | 39.44 | 46.97 | 9.47 | - |
| YUV | 172 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 45 | 0 | 0.01 | 0.76 | 0.26 | 59.58 | 0.62 | 0.46 |
| Hex | BD | BC | 2D | 0 | 1 | 4C | 1A | 3C | 3E | 2E |
| Octal | 275 | 274 | 55 | 0 | 1 | 114 | 32 | 74 | 76 | 56 |
| Binary | 10111101 | 10111100 | 101101 | 0 | 1 | 1001100 | 11010 | 111100 | 111110 | 101110 |
Color Harmonies of #BDBC2D
Complementary color
Monochromatic Colors of #BDBC2D
Black with #BDBC2D
Text Example
Text Example
White with #BDBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC2D; }
p { color: rgb(189,188,45); }
H1.HeaderClassName
{
color: #BDBC2D;
}
.AnyTagClassName
{
color: #BDBC2D;
}
</style>
background-color css
<style>
a { background-color: #BDBC2D; }
a { background-color: rgb(189,188,45); }
div.DivClassName
{
background-color: #BDBC2D;
}
.BgClassName
{
background-color: #BDBC2D;
}
</style>
border-color css
<style>
span { border-color: #BDBC2D; }
span { border-color: rgb(189,188,45); }
td.TdClassName
{
border-color: #BDBC2D;
}
.TagClassName
{
border-color: #BDBC2D;
}
</style>