Shades of Rio Grande #BDCD1D
Tints of Rio Grande #BDCD1D
RGB
CMYK
RGB Variations
Color information
#BDCD1D (or 0xBDCD1D) is known color: Rio Grande. HEX triplet: BD, CD and 1D. RGB value is (189,205,29). Sum of RGB (Red+Green+Blue) = 189+205+29=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD1D is #4232E2. Grayscale: #B4B4B4. Windows color (decimal): -4338403 or 1953213. OLE color: 1953213.
HSL color Cylindrical-coordinate representation of color #BDCD1D: hue angle of 65.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDCD1D is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 29 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.20 |
| HSL | 65.45º | 0.75% | 0.46% | - |
| HSV(B) | 65.45º | 0.86% | 0.8% | - |
| XYZ | 43.04 | 54.57 | 9.43 | - |
| YUV | 180.15 | 42.7 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 29 | 0.08 | 0 | 0.86 | 0.20 | 65.45 | 0.75 | 0.46 |
| Hex | BD | CD | 1D | 8 | 0 | 56 | 14 | 41 | 4B | 2E |
| Octal | 275 | 315 | 35 | 10 | 0 | 126 | 24 | 101 | 113 | 56 |
| Binary | 10111101 | 11001101 | 11101 | 1000 | 0 | 1010110 | 10100 | 1000001 | 1001011 | 101110 |
Color Harmonies of #BDCD1D
Complementary color
Monochromatic Colors of #BDCD1D
Black with #BDCD1D
Text Example
Text Example
White with #BDCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD1D; }
p { color: rgb(189,205,29); }
H1.HeaderClassName
{
color: #BDCD1D;
}
.AnyTagClassName
{
color: #BDCD1D;
}
</style>
background-color css
<style>
a { background-color: #BDCD1D; }
a { background-color: rgb(189,205,29); }
div.DivClassName
{
background-color: #BDCD1D;
}
.BgClassName
{
background-color: #BDCD1D;
}
</style>
border-color css
<style>
span { border-color: #BDCD1D; }
span { border-color: rgb(189,205,29); }
td.TdClassName
{
border-color: #BDCD1D;
}
.TagClassName
{
border-color: #BDCD1D;
}
</style>