Shades of Rio Grande #B8BA2F
Tints of Rio Grande #B8BA2F
RGB
CMYK
RGB Variations
Color information
#B8BA2F (or 0xB8BA2F) is known color: Rio Grande. HEX triplet: B8, BA and 2F. RGB value is (184,186,47). Sum of RGB (Red+Green+Blue) = 184+186+47=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA2F is #4745D0. Grayscale: #AAAAAA. Windows color (decimal): -4670929 or 3127992. OLE color: 3127992.
HSL color Cylindrical-coordinate representation of color #B8BA2F: hue angle of 60.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8BA2F is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 47 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.27 |
| HSL | 60.86º | 0.6% | 0.46% | - |
| HSV(B) | 60.86º | 0.75% | 0.73% | - |
| XYZ | 37.84 | 45.51 | 9.48 | - |
| YUV | 169.56 | 58.84 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 47 | 0.01 | 0 | 0.75 | 0.27 | 60.86 | 0.6 | 0.46 |
| Hex | B8 | BA | 2F | 1 | 0 | 4B | 1B | 3D | 3C | 2E |
| Octal | 270 | 272 | 57 | 1 | 0 | 113 | 33 | 75 | 74 | 56 |
| Binary | 10111000 | 10111010 | 101111 | 1 | 0 | 1001011 | 11011 | 111101 | 111100 | 101110 |
Color Harmonies of #B8BA2F
Complementary color
Monochromatic Colors of #B8BA2F
Black with #B8BA2F
Text Example
Text Example
White with #B8BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA2F; }
p { color: rgb(184,186,47); }
H1.HeaderClassName
{
color: #B8BA2F;
}
.AnyTagClassName
{
color: #B8BA2F;
}
</style>
background-color css
<style>
a { background-color: #B8BA2F; }
a { background-color: rgb(184,186,47); }
div.DivClassName
{
background-color: #B8BA2F;
}
.BgClassName
{
background-color: #B8BA2F;
}
</style>
border-color css
<style>
span { border-color: #B8BA2F; }
span { border-color: rgb(184,186,47); }
td.TdClassName
{
border-color: #B8BA2F;
}
.TagClassName
{
border-color: #B8BA2F;
}
</style>