Shades of Rio Grande #BDC11D
Tints of Rio Grande #BDC11D
RGB
CMYK
RGB Variations
Color information
#BDC11D (or 0xBDC11D) is known color: Rio Grande. HEX triplet: BD, C1 and 1D. RGB value is (189,193,29). Sum of RGB (Red+Green+Blue) = 189+193+29=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC11D is #423EE2. Grayscale: #ADADAD. Windows color (decimal): -4341475 or 1950141. OLE color: 1950141.
HSL color Cylindrical-coordinate representation of color #BDC11D: hue angle of 61.46º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDC11D is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 29 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.24 |
| HSL | 61.46º | 0.74% | 0.44% | - |
| HSV(B) | 61.46º | 0.85% | 0.76% | - |
| XYZ | 40.28 | 49.05 | 8.51 | - |
| YUV | 173.11 | 46.67 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 29 | 0.02 | 0 | 0.85 | 0.24 | 61.46 | 0.74 | 0.44 |
| Hex | BD | C1 | 1D | 2 | 0 | 55 | 18 | 3D | 4A | 2C |
| Octal | 275 | 301 | 35 | 2 | 0 | 125 | 30 | 75 | 112 | 54 |
| Binary | 10111101 | 11000001 | 11101 | 10 | 0 | 1010101 | 11000 | 111101 | 1001010 | 101100 |
Color Harmonies of #BDC11D
Complementary color
Monochromatic Colors of #BDC11D
Black with #BDC11D
Text Example
Text Example
White with #BDC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC11D; }
p { color: rgb(189,193,29); }
H1.HeaderClassName
{
color: #BDC11D;
}
.AnyTagClassName
{
color: #BDC11D;
}
</style>
background-color css
<style>
a { background-color: #BDC11D; }
a { background-color: rgb(189,193,29); }
div.DivClassName
{
background-color: #BDC11D;
}
.BgClassName
{
background-color: #BDC11D;
}
</style>
border-color css
<style>
span { border-color: #BDC11D; }
span { border-color: rgb(189,193,29); }
td.TdClassName
{
border-color: #BDC11D;
}
.TagClassName
{
border-color: #BDC11D;
}
</style>