Shades of Rio Grande #BDC11E
Tints of Rio Grande #BDC11E
RGB
CMYK
RGB Variations
Color information
#BDC11E (or 0xBDC11E) is known color: Rio Grande. HEX triplet: BD, C1 and 1E. RGB value is (189,193,30). Sum of RGB (Red+Green+Blue) = 189+193+30=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC11E is #423EE1. Grayscale: #ADADAD. Windows color (decimal): -4341474 or 2015677. OLE color: 2015677.
HSL color Cylindrical-coordinate representation of color #BDC11E: hue angle of 61.47º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDC11E is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 30 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.24 |
| HSL | 61.47º | 0.73% | 0.44% | - |
| HSV(B) | 61.47º | 0.84% | 0.76% | - |
| XYZ | 40.29 | 49.05 | 8.57 | - |
| YUV | 173.22 | 47.17 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 30 | 0.02 | 0 | 0.84 | 0.24 | 61.47 | 0.73 | 0.44 |
| Hex | BD | C1 | 1E | 2 | 0 | 54 | 18 | 3D | 49 | 2C |
| Octal | 275 | 301 | 36 | 2 | 0 | 124 | 30 | 75 | 111 | 54 |
| Binary | 10111101 | 11000001 | 11110 | 10 | 0 | 1010100 | 11000 | 111101 | 1001001 | 101100 |
Color Harmonies of #BDC11E
Complementary color
Monochromatic Colors of #BDC11E
Black with #BDC11E
Text Example
Text Example
White with #BDC11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC11E; }
p { color: rgb(189,193,30); }
H1.HeaderClassName
{
color: #BDC11E;
}
.AnyTagClassName
{
color: #BDC11E;
}
</style>
background-color css
<style>
a { background-color: #BDC11E; }
a { background-color: rgb(189,193,30); }
div.DivClassName
{
background-color: #BDC11E;
}
.BgClassName
{
background-color: #BDC11E;
}
</style>
border-color css
<style>
span { border-color: #BDC11E; }
span { border-color: rgb(189,193,30); }
td.TdClassName
{
border-color: #BDC11E;
}
.TagClassName
{
border-color: #BDC11E;
}
</style>