Shades of Rio Grande #B8BF2E
Tints of Rio Grande #B8BF2E
RGB
CMYK
RGB Variations
Color information
#B8BF2E (or 0xB8BF2E) is known color: Rio Grande. HEX triplet: B8, BF and 2E. RGB value is (184,191,46). Sum of RGB (Red+Green+Blue) = 184+191+46=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BF2E is #4740D1. Grayscale: #ACACAC. Windows color (decimal): -4669650 or 3063736. OLE color: 3063736.
HSL color Cylindrical-coordinate representation of color #B8BF2E: hue angle of 62.9º degrees, saturation: 0.61, 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 #B8BF2E is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 191 | 46 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.25 |
| HSL | 62.9º | 0.61% | 0.46% | - |
| HSV(B) | 62.9º | 0.76% | 0.75% | - |
| XYZ | 38.89 | 47.65 | 9.73 | - |
| YUV | 172.38 | 56.68 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 46 | 0.04 | 0 | 0.76 | 0.25 | 62.9 | 0.61 | 0.46 |
| Hex | B8 | BF | 2E | 4 | 0 | 4C | 19 | 3F | 3D | 2E |
| Octal | 270 | 277 | 56 | 4 | 0 | 114 | 31 | 77 | 75 | 56 |
| Binary | 10111000 | 10111111 | 101110 | 100 | 0 | 1001100 | 11001 | 111111 | 111101 | 101110 |
Color Harmonies of #B8BF2E
Complementary color
Monochromatic Colors of #B8BF2E
Black with #B8BF2E
Text Example
Text Example
White with #B8BF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BF2E; }
p { color: rgb(184,191,46); }
H1.HeaderClassName
{
color: #B8BF2E;
}
.AnyTagClassName
{
color: #B8BF2E;
}
</style>
background-color css
<style>
a { background-color: #B8BF2E; }
a { background-color: rgb(184,191,46); }
div.DivClassName
{
background-color: #B8BF2E;
}
.BgClassName
{
background-color: #B8BF2E;
}
</style>
border-color css
<style>
span { border-color: #B8BF2E; }
span { border-color: rgb(184,191,46); }
td.TdClassName
{
border-color: #B8BF2E;
}
.TagClassName
{
border-color: #B8BF2E;
}
</style>