Shades of Rio Grande #BDBF1E
Tints of Rio Grande #BDBF1E
RGB
CMYK
RGB Variations
Color information
#BDBF1E (or 0xBDBF1E) is known color: Rio Grande. HEX triplet: BD, BF and 1E. RGB value is (189,191,30). Sum of RGB (Red+Green+Blue) = 189+191+30=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF1E is #4240E1. Grayscale: #ACACAC. Windows color (decimal): -4341986 or 2015165. OLE color: 2015165.
HSL color Cylindrical-coordinate representation of color #BDBF1E: hue angle of 60.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDBF1E is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 30 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.25 |
| HSL | 60.75º | 0.73% | 0.43% | - |
| HSV(B) | 60.75º | 0.84% | 0.75% | - |
| XYZ | 39.85 | 48.17 | 8.43 | - |
| YUV | 172.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 30 | 0.01 | 0 | 0.84 | 0.25 | 60.75 | 0.73 | 0.43 |
| Hex | BD | BF | 1E | 1 | 0 | 54 | 19 | 3D | 49 | 2B |
| Octal | 275 | 277 | 36 | 1 | 0 | 124 | 31 | 75 | 111 | 53 |
| Binary | 10111101 | 10111111 | 11110 | 1 | 0 | 1010100 | 11001 | 111101 | 1001001 | 101011 |
Color Harmonies of #BDBF1E
Complementary color
Monochromatic Colors of #BDBF1E
Black with #BDBF1E
Text Example
Text Example
White with #BDBF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBF1E; }
p { color: rgb(189,191,30); }
H1.HeaderClassName
{
color: #BDBF1E;
}
.AnyTagClassName
{
color: #BDBF1E;
}
</style>
background-color css
<style>
a { background-color: #BDBF1E; }
a { background-color: rgb(189,191,30); }
div.DivClassName
{
background-color: #BDBF1E;
}
.BgClassName
{
background-color: #BDBF1E;
}
</style>
border-color css
<style>
span { border-color: #BDBF1E; }
span { border-color: rgb(189,191,30); }
td.TdClassName
{
border-color: #BDBF1E;
}
.TagClassName
{
border-color: #BDBF1E;
}
</style>