Shades of Rio Grande #BDBD1E
Tints of Rio Grande #BDBD1E
RGB
CMYK
RGB Variations
Color information
#BDBD1E (or 0xBDBD1E) is known color: Rio Grande. HEX triplet: BD, BD and 1E. RGB value is (189,189,30). Sum of RGB (Red+Green+Blue) = 189+189+30=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD1E is #4242E1. Grayscale: #ABABAB. Windows color (decimal): -4342498 or 2014653. OLE color: 2014653.
HSL color Cylindrical-coordinate representation of color #BDBD1E: hue angle of 60º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDBD1E is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 30 | - |
| CMYK | 0 | 0 | 0.84 | 0.26 |
| HSL | 60º | 0.73% | 0.43% | - |
| HSV(B) | 60º | 0.84% | 0.74% | - |
| XYZ | 39.42 | 47.31 | 8.28 | - |
| YUV | 170.87 | 48.5 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 30 | 0 | 0 | 0.84 | 0.26 | 60 | 0.73 | 0.43 |
| Hex | BD | BD | 1E | 0 | 0 | 54 | 1A | 3C | 49 | 2B |
| Octal | 275 | 275 | 36 | 0 | 0 | 124 | 32 | 74 | 111 | 53 |
| Binary | 10111101 | 10111101 | 11110 | 0 | 0 | 1010100 | 11010 | 111100 | 1001001 | 101011 |
Color Harmonies of #BDBD1E
Complementary color
Monochromatic Colors of #BDBD1E
Black with #BDBD1E
Text Example
Text Example
White with #BDBD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD1E; }
p { color: rgb(189,189,30); }
H1.HeaderClassName
{
color: #BDBD1E;
}
.AnyTagClassName
{
color: #BDBD1E;
}
</style>
background-color css
<style>
a { background-color: #BDBD1E; }
a { background-color: rgb(189,189,30); }
div.DivClassName
{
background-color: #BDBD1E;
}
.BgClassName
{
background-color: #BDBD1E;
}
</style>
border-color css
<style>
span { border-color: #BDBD1E; }
span { border-color: rgb(189,189,30); }
td.TdClassName
{
border-color: #BDBD1E;
}
.TagClassName
{
border-color: #BDBD1E;
}
</style>