Shades of Rio Grande #B9BE1E
Tints of Rio Grande #B9BE1E
RGB
CMYK
RGB Variations
Color information
#B9BE1E (or 0xB9BE1E) is known color: Rio Grande. HEX triplet: B9, BE and 1E. RGB value is (185,190,30). Sum of RGB (Red+Green+Blue) = 185+190+30=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BE1E is #4641E1. Grayscale: #AAAAAA. Windows color (decimal): -4604386 or 2014905. OLE color: 2014905.
HSL color Cylindrical-coordinate representation of color #B9BE1E: hue angle of 61.88º 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 #B9BE1E is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 190 | 30 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.25 |
| HSL | 61.88º | 0.73% | 0.43% | - |
| HSV(B) | 61.88º | 0.84% | 0.75% | - |
| XYZ | 38.66 | 47.23 | 8.31 | - |
| YUV | 170.27 | 48.84 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 190 | 30 | 0.03 | 0 | 0.84 | 0.25 | 61.88 | 0.73 | 0.43 |
| Hex | B9 | BE | 1E | 3 | 0 | 54 | 19 | 3E | 49 | 2B |
| Octal | 271 | 276 | 36 | 3 | 0 | 124 | 31 | 76 | 111 | 53 |
| Binary | 10111001 | 10111110 | 11110 | 11 | 0 | 1010100 | 11001 | 111110 | 1001001 | 101011 |
Color Harmonies of #B9BE1E
Complementary color
Monochromatic Colors of #B9BE1E
Black with #B9BE1E
Text Example
Text Example
White with #B9BE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BE1E; }
p { color: rgb(185,190,30); }
H1.HeaderClassName
{
color: #B9BE1E;
}
.AnyTagClassName
{
color: #B9BE1E;
}
</style>
background-color css
<style>
a { background-color: #B9BE1E; }
a { background-color: rgb(185,190,30); }
div.DivClassName
{
background-color: #B9BE1E;
}
.BgClassName
{
background-color: #B9BE1E;
}
</style>
border-color css
<style>
span { border-color: #B9BE1E; }
span { border-color: rgb(185,190,30); }
td.TdClassName
{
border-color: #B9BE1E;
}
.TagClassName
{
border-color: #B9BE1E;
}
</style>