Shades of Rio Grande #BDC11F
Tints of Rio Grande #BDC11F
RGB
CMYK
RGB Variations
Color information
#BDC11F (or 0xBDC11F) is known color: Rio Grande. HEX triplet: BD, C1 and 1F. RGB value is (189,193,31). Sum of RGB (Red+Green+Blue) = 189+193+31=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC11F is #423EE0. Grayscale: #ADADAD. Windows color (decimal): -4341473 or 2081213. OLE color: 2081213.
HSL color Cylindrical-coordinate representation of color #BDC11F: hue angle of 61.48º degrees, saturation: 0.72, 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 #BDC11F is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 31 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.24 |
| HSL | 61.48º | 0.72% | 0.44% | - |
| HSV(B) | 61.48º | 0.84% | 0.76% | - |
| XYZ | 40.3 | 49.06 | 8.64 | - |
| YUV | 173.34 | 47.67 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 31 | 0.02 | 0 | 0.84 | 0.24 | 61.48 | 0.72 | 0.44 |
| Hex | BD | C1 | 1F | 2 | 0 | 54 | 18 | 3D | 48 | 2C |
| Octal | 275 | 301 | 37 | 2 | 0 | 124 | 30 | 75 | 110 | 54 |
| Binary | 10111101 | 11000001 | 11111 | 10 | 0 | 1010100 | 11000 | 111101 | 1001000 | 101100 |
Color Harmonies of #BDC11F
Complementary color
Monochromatic Colors of #BDC11F
Black with #BDC11F
Text Example
Text Example
White with #BDC11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC11F; }
p { color: rgb(189,193,31); }
H1.HeaderClassName
{
color: #BDC11F;
}
.AnyTagClassName
{
color: #BDC11F;
}
</style>
background-color css
<style>
a { background-color: #BDC11F; }
a { background-color: rgb(189,193,31); }
div.DivClassName
{
background-color: #BDC11F;
}
.BgClassName
{
background-color: #BDC11F;
}
</style>
border-color css
<style>
span { border-color: #BDC11F; }
span { border-color: rgb(189,193,31); }
td.TdClassName
{
border-color: #BDC11F;
}
.TagClassName
{
border-color: #BDC11F;
}
</style>