Shades of Rio Grande #BDB81E
Tints of Rio Grande #BDB81E
RGB
CMYK
RGB Variations
Color information
#BDB81E (or 0xBDB81E) is known color: Rio Grande. HEX triplet: BD, B8 and 1E. RGB value is (189,184,30). Sum of RGB (Red+Green+Blue) = 189+184+30=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB81E is #4247E1. Grayscale: #A8A8A8. Windows color (decimal): -4343778 or 2013373. OLE color: 2013373.
HSL color Cylindrical-coordinate representation of color #BDB81E: hue angle of 58.11º 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 #BDB81E is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 30 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.26 |
| HSL | 58.11º | 0.73% | 0.43% | - |
| HSV(B) | 58.11º | 0.84% | 0.74% | - |
| XYZ | 38.36 | 45.19 | 7.93 | - |
| YUV | 167.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 30 | 0 | 0.03 | 0.84 | 0.26 | 58.11 | 0.73 | 0.43 |
| Hex | BD | B8 | 1E | 0 | 3 | 54 | 1A | 3A | 49 | 2B |
| Octal | 275 | 270 | 36 | 0 | 3 | 124 | 32 | 72 | 111 | 53 |
| Binary | 10111101 | 10111000 | 11110 | 0 | 11 | 1010100 | 11010 | 111010 | 1001001 | 101011 |
Color Harmonies of #BDB81E
Complementary color
Monochromatic Colors of #BDB81E
Black with #BDB81E
Text Example
Text Example
White with #BDB81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB81E; }
p { color: rgb(189,184,30); }
H1.HeaderClassName
{
color: #BDB81E;
}
.AnyTagClassName
{
color: #BDB81E;
}
</style>
background-color css
<style>
a { background-color: #BDB81E; }
a { background-color: rgb(189,184,30); }
div.DivClassName
{
background-color: #BDB81E;
}
.BgClassName
{
background-color: #BDB81E;
}
</style>
border-color css
<style>
span { border-color: #BDB81E; }
span { border-color: rgb(189,184,30); }
td.TdClassName
{
border-color: #BDB81E;
}
.TagClassName
{
border-color: #BDB81E;
}
</style>