Shades of Rio Grande #BDC01D
Tints of Rio Grande #BDC01D
RGB
CMYK
RGB Variations
Color information
#BDC01D (or 0xBDC01D) is known color: Rio Grande. HEX triplet: BD, C0 and 1D. RGB value is (189,192,29). Sum of RGB (Red+Green+Blue) = 189+192+29=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC01D is #423FE2. Grayscale: #ADADAD. Windows color (decimal): -4341731 or 1949885. OLE color: 1949885.
HSL color Cylindrical-coordinate representation of color #BDC01D: hue angle of 61.1º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDC01D is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 29 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.25 |
| HSL | 61.1º | 0.74% | 0.43% | - |
| HSV(B) | 61.1º | 0.85% | 0.75% | - |
| XYZ | 40.06 | 48.61 | 8.43 | - |
| YUV | 172.52 | 47.01 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 29 | 0.02 | 0 | 0.85 | 0.25 | 61.1 | 0.74 | 0.43 |
| Hex | BD | C0 | 1D | 2 | 0 | 55 | 19 | 3D | 4A | 2B |
| Octal | 275 | 300 | 35 | 2 | 0 | 125 | 31 | 75 | 112 | 53 |
| Binary | 10111101 | 11000000 | 11101 | 10 | 0 | 1010101 | 11001 | 111101 | 1001010 | 101011 |
Color Harmonies of #BDC01D
Complementary color
Monochromatic Colors of #BDC01D
Black with #BDC01D
Text Example
Text Example
White with #BDC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC01D; }
p { color: rgb(189,192,29); }
H1.HeaderClassName
{
color: #BDC01D;
}
.AnyTagClassName
{
color: #BDC01D;
}
</style>
background-color css
<style>
a { background-color: #BDC01D; }
a { background-color: rgb(189,192,29); }
div.DivClassName
{
background-color: #BDC01D;
}
.BgClassName
{
background-color: #BDC01D;
}
</style>
border-color css
<style>
span { border-color: #BDC01D; }
span { border-color: rgb(189,192,29); }
td.TdClassName
{
border-color: #BDC01D;
}
.TagClassName
{
border-color: #BDC01D;
}
</style>