Shades of Rio Grande #B8BE1E
Tints of Rio Grande #B8BE1E
RGB
CMYK
RGB Variations
Color information
#B8BE1E (or 0xB8BE1E) is known color: Rio Grande. HEX triplet: B8, BE and 1E. RGB value is (184,190,30). Sum of RGB (Red+Green+Blue) = 184+190+30=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BE1E is #4741E1. Grayscale: #AAAAAA. Windows color (decimal): -4669922 or 2014904. OLE color: 2014904.
HSL color Cylindrical-coordinate representation of color #B8BE1E: hue angle of 62.25º 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 #B8BE1E is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 190 | 30 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.25 |
| HSL | 62.25º | 0.73% | 0.43% | - |
| HSV(B) | 62.25º | 0.84% | 0.75% | - |
| XYZ | 38.41 | 47.11 | 8.3 | - |
| YUV | 169.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 30 | 0.03 | 0 | 0.84 | 0.25 | 62.25 | 0.73 | 0.43 |
| Hex | B8 | BE | 1E | 3 | 0 | 54 | 19 | 3E | 49 | 2B |
| Octal | 270 | 276 | 36 | 3 | 0 | 124 | 31 | 76 | 111 | 53 |
| Binary | 10111000 | 10111110 | 11110 | 11 | 0 | 1010100 | 11001 | 111110 | 1001001 | 101011 |
Color Harmonies of #B8BE1E
Complementary color
Monochromatic Colors of #B8BE1E
Black with #B8BE1E
Text Example
Text Example
White with #B8BE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BE1E; }
p { color: rgb(184,190,30); }
H1.HeaderClassName
{
color: #B8BE1E;
}
.AnyTagClassName
{
color: #B8BE1E;
}
</style>
background-color css
<style>
a { background-color: #B8BE1E; }
a { background-color: rgb(184,190,30); }
div.DivClassName
{
background-color: #B8BE1E;
}
.BgClassName
{
background-color: #B8BE1E;
}
</style>
border-color css
<style>
span { border-color: #B8BE1E; }
span { border-color: rgb(184,190,30); }
td.TdClassName
{
border-color: #B8BE1E;
}
.TagClassName
{
border-color: #B8BE1E;
}
</style>