Shades of Rio Grande #BDD50C
Tints of Rio Grande #BDD50C
RGB
CMYK
RGB Variations
Color information
#BDD50C (or 0xBDD50C) is known color: Rio Grande. HEX triplet: BD, D5 and 0C. RGB value is (189,213,12). Sum of RGB (Red+Green+Blue) = 189+213+12=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD50C is #422AF3. Grayscale: #B7B7B7. Windows color (decimal): -4336372 or 841149. OLE color: 841149.
HSL color Cylindrical-coordinate representation of color #BDD50C: hue angle of 67.16º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDD50C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 12 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.16 |
| HSL | 67.16º | 0.89% | 0.44% | - |
| HSV(B) | 67.16º | 0.94% | 0.84% | - |
| XYZ | 44.85 | 58.43 | 9.26 | - |
| YUV | 182.91 | 31.55 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 12 | 0.11 | 0 | 0.94 | 0.16 | 67.16 | 0.89 | 0.44 |
| Hex | BD | D5 | C | B | 0 | 5E | 10 | 43 | 59 | 2C |
| Octal | 275 | 325 | 14 | 13 | 0 | 136 | 20 | 103 | 131 | 54 |
| Binary | 10111101 | 11010101 | 1100 | 1011 | 0 | 1011110 | 10000 | 1000011 | 1011001 | 101100 |
Color Harmonies of #BDD50C
Complementary color
Monochromatic Colors of #BDD50C
Black with #BDD50C
Text Example
Text Example
White with #BDD50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD50C; }
p { color: rgb(189,213,12); }
H1.HeaderClassName
{
color: #BDD50C;
}
.AnyTagClassName
{
color: #BDD50C;
}
</style>
background-color css
<style>
a { background-color: #BDD50C; }
a { background-color: rgb(189,213,12); }
div.DivClassName
{
background-color: #BDD50C;
}
.BgClassName
{
background-color: #BDD50C;
}
</style>
border-color css
<style>
span { border-color: #BDD50C; }
span { border-color: rgb(189,213,12); }
td.TdClassName
{
border-color: #BDD50C;
}
.TagClassName
{
border-color: #BDD50C;
}
</style>