Shades of Rio Grande #BDCD10
Tints of Rio Grande #BDCD10
RGB
CMYK
RGB Variations
Color information
#BDCD10 (or 0xBDCD10) is known color: Rio Grande. HEX triplet: BD, CD and 10. RGB value is (189,205,16). Sum of RGB (Red+Green+Blue) = 189+205+16=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD10 is #4232EF. Grayscale: #B3B3B3. Windows color (decimal): -4338416 or 1101245. OLE color: 1101245.
HSL color Cylindrical-coordinate representation of color #BDCD10: hue angle of 65.08º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDCD10 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 16 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.20 |
| HSL | 65.08º | 0.86% | 0.43% | - |
| HSV(B) | 65.08º | 0.92% | 0.8% | - |
| XYZ | 42.91 | 54.52 | 8.75 | - |
| YUV | 178.67 | 36.2 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 16 | 0.08 | 0 | 0.92 | 0.20 | 65.08 | 0.86 | 0.43 |
| Hex | BD | CD | 10 | 8 | 0 | 5C | 14 | 41 | 56 | 2B |
| Octal | 275 | 315 | 20 | 10 | 0 | 134 | 24 | 101 | 126 | 53 |
| Binary | 10111101 | 11001101 | 10000 | 1000 | 0 | 1011100 | 10100 | 1000001 | 1010110 | 101011 |
Color Harmonies of #BDCD10
Complementary color
Monochromatic Colors of #BDCD10
Black with #BDCD10
Text Example
Text Example
White with #BDCD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD10; }
p { color: rgb(189,205,16); }
H1.HeaderClassName
{
color: #BDCD10;
}
.AnyTagClassName
{
color: #BDCD10;
}
</style>
background-color css
<style>
a { background-color: #BDCD10; }
a { background-color: rgb(189,205,16); }
div.DivClassName
{
background-color: #BDCD10;
}
.BgClassName
{
background-color: #BDCD10;
}
</style>
border-color css
<style>
span { border-color: #BDCD10; }
span { border-color: rgb(189,205,16); }
td.TdClassName
{
border-color: #BDCD10;
}
.TagClassName
{
border-color: #BDCD10;
}
</style>