Shades of Rio Grande #BDCD15
Tints of Rio Grande #BDCD15
RGB
CMYK
RGB Variations
Color information
#BDCD15 (or 0xBDCD15) is known color: Rio Grande. HEX triplet: BD, CD and 15. RGB value is (189,205,21). Sum of RGB (Red+Green+Blue) = 189+205+21=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD15 is #4232EA. Grayscale: #B3B3B3. Windows color (decimal): -4338411 or 1428925. OLE color: 1428925.
HSL color Cylindrical-coordinate representation of color #BDCD15: hue angle of 65.22º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDCD15 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.20 |
| HSL | 65.22º | 0.81% | 0.44% | - |
| HSV(B) | 65.22º | 0.9% | 0.8% | - |
| XYZ | 42.95 | 54.54 | 8.97 | - |
| YUV | 179.24 | 38.7 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 21 | 0.08 | 0 | 0.90 | 0.20 | 65.22 | 0.81 | 0.44 |
| Hex | BD | CD | 15 | 8 | 0 | 5A | 14 | 41 | 51 | 2C |
| Octal | 275 | 315 | 25 | 10 | 0 | 132 | 24 | 101 | 121 | 54 |
| Binary | 10111101 | 11001101 | 10101 | 1000 | 0 | 1011010 | 10100 | 1000001 | 1010001 | 101100 |
Color Harmonies of #BDCD15
Complementary color
Monochromatic Colors of #BDCD15
Black with #BDCD15
Text Example
Text Example
White with #BDCD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD15; }
p { color: rgb(189,205,21); }
H1.HeaderClassName
{
color: #BDCD15;
}
.AnyTagClassName
{
color: #BDCD15;
}
</style>
background-color css
<style>
a { background-color: #BDCD15; }
a { background-color: rgb(189,205,21); }
div.DivClassName
{
background-color: #BDCD15;
}
.BgClassName
{
background-color: #BDCD15;
}
</style>
border-color css
<style>
span { border-color: #BDCD15; }
span { border-color: rgb(189,205,21); }
td.TdClassName
{
border-color: #BDCD15;
}
.TagClassName
{
border-color: #BDCD15;
}
</style>