Shades of Rio Grande #BDCC15
Tints of Rio Grande #BDCC15
RGB
CMYK
RGB Variations
Color information
#BDCC15 (or 0xBDCC15) is known color: Rio Grande. HEX triplet: BD, CC and 15. RGB value is (189,204,21). Sum of RGB (Red+Green+Blue) = 189+204+21=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC15 is #4233EA. Grayscale: #B3B3B3. Windows color (decimal): -4338667 or 1428669. OLE color: 1428669.
HSL color Cylindrical-coordinate representation of color #BDCC15: hue angle of 64.92º 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 #BDCC15 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 21 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.2 |
| HSL | 64.92º | 0.81% | 0.44% | - |
| HSV(B) | 64.92º | 0.9% | 0.8% | - |
| XYZ | 42.71 | 54.06 | 8.89 | - |
| YUV | 178.65 | 39.03 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 21 | 0.07 | 0 | 0.90 | 0.2 | 64.92 | 0.81 | 0.44 |
| Hex | BD | CC | 15 | 7 | 0 | 5A | 14 | 41 | 51 | 2C |
| Octal | 275 | 314 | 25 | 7 | 0 | 132 | 24 | 101 | 121 | 54 |
| Binary | 10111101 | 11001100 | 10101 | 111 | 0 | 1011010 | 10100 | 1000001 | 1010001 | 101100 |
Color Harmonies of #BDCC15
Complementary color
Monochromatic Colors of #BDCC15
Black with #BDCC15
Text Example
Text Example
White with #BDCC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC15; }
p { color: rgb(189,204,21); }
H1.HeaderClassName
{
color: #BDCC15;
}
.AnyTagClassName
{
color: #BDCC15;
}
</style>
background-color css
<style>
a { background-color: #BDCC15; }
a { background-color: rgb(189,204,21); }
div.DivClassName
{
background-color: #BDCC15;
}
.BgClassName
{
background-color: #BDCC15;
}
</style>
border-color css
<style>
span { border-color: #BDCC15; }
span { border-color: rgb(189,204,21); }
td.TdClassName
{
border-color: #BDCC15;
}
.TagClassName
{
border-color: #BDCC15;
}
</style>