Shades of Rio Grande #BDCE11
Tints of Rio Grande #BDCE11
RGB
CMYK
RGB Variations
Color information
#BDCE11 (or 0xBDCE11) is known color: Rio Grande. HEX triplet: BD, CE and 11. RGB value is (189,206,17). Sum of RGB (Red+Green+Blue) = 189+206+17=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCE11 is #4231EE. Grayscale: #B4B4B4. Windows color (decimal): -4338159 or 1167037. OLE color: 1167037.
HSL color Cylindrical-coordinate representation of color #BDCE11: hue angle of 65.4º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDCE11 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 17 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.19 |
| HSL | 65.4º | 0.85% | 0.44% | - |
| HSV(B) | 65.4º | 0.92% | 0.81% | - |
| XYZ | 43.16 | 55 | 8.87 | - |
| YUV | 179.37 | 36.37 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 17 | 0.08 | 0 | 0.92 | 0.19 | 65.4 | 0.85 | 0.44 |
| Hex | BD | CE | 11 | 8 | 0 | 5C | 13 | 41 | 55 | 2C |
| Octal | 275 | 316 | 21 | 10 | 0 | 134 | 23 | 101 | 125 | 54 |
| Binary | 10111101 | 11001110 | 10001 | 1000 | 0 | 1011100 | 10011 | 1000001 | 1010101 | 101100 |
Color Harmonies of #BDCE11
Complementary color
Monochromatic Colors of #BDCE11
Black with #BDCE11
Text Example
Text Example
White with #BDCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE11; }
p { color: rgb(189,206,17); }
H1.HeaderClassName
{
color: #BDCE11;
}
.AnyTagClassName
{
color: #BDCE11;
}
</style>
background-color css
<style>
a { background-color: #BDCE11; }
a { background-color: rgb(189,206,17); }
div.DivClassName
{
background-color: #BDCE11;
}
.BgClassName
{
background-color: #BDCE11;
}
</style>
border-color css
<style>
span { border-color: #BDCE11; }
span { border-color: rgb(189,206,17); }
td.TdClassName
{
border-color: #BDCE11;
}
.TagClassName
{
border-color: #BDCE11;
}
</style>