Shades of Rio Grande #B8BE2D
Tints of Rio Grande #B8BE2D
RGB
CMYK
RGB Variations
Color information
#B8BE2D (or 0xB8BE2D) is known color: Rio Grande. HEX triplet: B8, BE and 2D. RGB value is (184,190,45). Sum of RGB (Red+Green+Blue) = 184+190+45=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BE2D is #4741D2. Grayscale: #ACACAC. Windows color (decimal): -4669907 or 2997944. OLE color: 2997944.
HSL color Cylindrical-coordinate representation of color #B8BE2D: hue angle of 62.48º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8BE2D is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 190 | 45 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.25 |
| HSL | 62.48º | 0.62% | 0.46% | - |
| HSV(B) | 62.48º | 0.76% | 0.75% | - |
| XYZ | 38.65 | 47.21 | 9.56 | - |
| YUV | 171.68 | 56.51 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 45 | 0.03 | 0 | 0.76 | 0.25 | 62.48 | 0.62 | 0.46 |
| Hex | B8 | BE | 2D | 3 | 0 | 4C | 19 | 3E | 3E | 2E |
| Octal | 270 | 276 | 55 | 3 | 0 | 114 | 31 | 76 | 76 | 56 |
| Binary | 10111000 | 10111110 | 101101 | 11 | 0 | 1001100 | 11001 | 111110 | 111110 | 101110 |
Color Harmonies of #B8BE2D
Complementary color
Monochromatic Colors of #B8BE2D
Black with #B8BE2D
Text Example
Text Example
White with #B8BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BE2D; }
p { color: rgb(184,190,45); }
H1.HeaderClassName
{
color: #B8BE2D;
}
.AnyTagClassName
{
color: #B8BE2D;
}
</style>
background-color css
<style>
a { background-color: #B8BE2D; }
a { background-color: rgb(184,190,45); }
div.DivClassName
{
background-color: #B8BE2D;
}
.BgClassName
{
background-color: #B8BE2D;
}
</style>
border-color css
<style>
span { border-color: #B8BE2D; }
span { border-color: rgb(184,190,45); }
td.TdClassName
{
border-color: #B8BE2D;
}
.TagClassName
{
border-color: #B8BE2D;
}
</style>