Shades of Pine Glade #B8BF85
Tints of Pine Glade #B8BF85
RGB
CMYK
RGB Variations
Color information
#B8BF85 (or 0xB8BF85) is known color: Pine Glade. HEX triplet: B8, BF and 85. RGB value is (184,191,133). Sum of RGB (Red+Green+Blue) = 184+191+133=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BF85 is #47407A. Grayscale: #B6B6B6. Windows color (decimal): -4669563 or 8765368. OLE color: 8765368.
HSL color Cylindrical-coordinate representation of color #B8BF85: hue angle of 67.24º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8BF85 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 191 | 133 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.25 |
| HSL | 67.24º | 0.31% | 0.64% | - |
| HSV(B) | 67.24º | 0.3% | 0.75% | - |
| XYZ | 42.63 | 49.15 | 29.43 | - |
| YUV | 182.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 133 | 0.04 | 0 | 0.30 | 0.25 | 67.24 | 0.31 | 0.64 |
| Hex | B8 | BF | 85 | 4 | 0 | 1E | 19 | 43 | 1F | 40 |
| Octal | 270 | 277 | 205 | 4 | 0 | 36 | 31 | 103 | 37 | 100 |
| Binary | 10111000 | 10111111 | 10000101 | 100 | 0 | 11110 | 11001 | 1000011 | 11111 | 1000000 |
Color Harmonies of #B8BF85
Complementary color
Monochromatic Colors of #B8BF85
Black with #B8BF85
Text Example
Text Example
White with #B8BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BF85; }
p { color: rgb(184,191,133); }
H1.HeaderClassName
{
color: #B8BF85;
}
.AnyTagClassName
{
color: #B8BF85;
}
</style>
background-color css
<style>
a { background-color: #B8BF85; }
a { background-color: rgb(184,191,133); }
div.DivClassName
{
background-color: #B8BF85;
}
.BgClassName
{
background-color: #B8BF85;
}
</style>
border-color css
<style>
span { border-color: #B8BF85; }
span { border-color: rgb(184,191,133); }
td.TdClassName
{
border-color: #B8BF85;
}
.TagClassName
{
border-color: #B8BF85;
}
</style>