Shades of Rio Grande #B8BC2F
Tints of Rio Grande #B8BC2F
RGB
CMYK
RGB Variations
Color information
#B8BC2F (or 0xB8BC2F) is known color: Rio Grande. HEX triplet: B8, BC and 2F. RGB value is (184,188,47). Sum of RGB (Red+Green+Blue) = 184+188+47=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BC2F is #4743D0. Grayscale: #ABABAB. Windows color (decimal): -4670417 or 3128504. OLE color: 3128504.
HSL color Cylindrical-coordinate representation of color #B8BC2F: hue angle of 61.7º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8BC2F is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 47 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.26 |
| HSL | 61.7º | 0.6% | 0.46% | - |
| HSV(B) | 61.7º | 0.75% | 0.74% | - |
| XYZ | 38.26 | 46.36 | 9.62 | - |
| YUV | 170.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 47 | 0.02 | 0 | 0.75 | 0.26 | 61.7 | 0.6 | 0.46 |
| Hex | B8 | BC | 2F | 2 | 0 | 4B | 1A | 3E | 3C | 2E |
| Octal | 270 | 274 | 57 | 2 | 0 | 113 | 32 | 76 | 74 | 56 |
| Binary | 10111000 | 10111100 | 101111 | 10 | 0 | 1001011 | 11010 | 111110 | 111100 | 101110 |
Color Harmonies of #B8BC2F
Complementary color
Monochromatic Colors of #B8BC2F
Black with #B8BC2F
Text Example
Text Example
White with #B8BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC2F; }
p { color: rgb(184,188,47); }
H1.HeaderClassName
{
color: #B8BC2F;
}
.AnyTagClassName
{
color: #B8BC2F;
}
</style>
background-color css
<style>
a { background-color: #B8BC2F; }
a { background-color: rgb(184,188,47); }
div.DivClassName
{
background-color: #B8BC2F;
}
.BgClassName
{
background-color: #B8BC2F;
}
</style>
border-color css
<style>
span { border-color: #B8BC2F; }
span { border-color: rgb(184,188,47); }
td.TdClassName
{
border-color: #B8BC2F;
}
.TagClassName
{
border-color: #B8BC2F;
}
</style>