Shades of Rio Grande #BDC02D
Tints of Rio Grande #BDC02D
RGB
CMYK
RGB Variations
Color information
#BDC02D (or 0xBDC02D) is known color: Rio Grande. HEX triplet: BD, C0 and 2D. RGB value is (189,192,45). Sum of RGB (Red+Green+Blue) = 189+192+45=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC02D is #423FD2. Grayscale: #AEAEAE. Windows color (decimal): -4341715 or 2998461. OLE color: 2998461.
HSL color Cylindrical-coordinate representation of color #BDC02D: hue angle of 61.22º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDC02D is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 45 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.25 |
| HSL | 61.22º | 0.62% | 0.46% | - |
| HSV(B) | 61.22º | 0.77% | 0.75% | - |
| XYZ | 40.31 | 48.71 | 9.76 | - |
| YUV | 174.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 45 | 0.02 | 0 | 0.77 | 0.25 | 61.22 | 0.62 | 0.46 |
| Hex | BD | C0 | 2D | 2 | 0 | 4D | 19 | 3D | 3E | 2E |
| Octal | 275 | 300 | 55 | 2 | 0 | 115 | 31 | 75 | 76 | 56 |
| Binary | 10111101 | 11000000 | 101101 | 10 | 0 | 1001101 | 11001 | 111101 | 111110 | 101110 |
Color Harmonies of #BDC02D
Complementary color
Monochromatic Colors of #BDC02D
Black with #BDC02D
Text Example
Text Example
White with #BDC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC02D; }
p { color: rgb(189,192,45); }
H1.HeaderClassName
{
color: #BDC02D;
}
.AnyTagClassName
{
color: #BDC02D;
}
</style>
background-color css
<style>
a { background-color: #BDC02D; }
a { background-color: rgb(189,192,45); }
div.DivClassName
{
background-color: #BDC02D;
}
.BgClassName
{
background-color: #BDC02D;
}
</style>
border-color css
<style>
span { border-color: #BDC02D; }
span { border-color: rgb(189,192,45); }
td.TdClassName
{
border-color: #BDC02D;
}
.TagClassName
{
border-color: #BDC02D;
}
</style>