Shades of Pine Glade #B8BF70
Tints of Pine Glade #B8BF70
RGB
CMYK
RGB Variations
Color information
#B8BF70 (or 0xB8BF70) is known color: Pine Glade. HEX triplet: B8, BF and 70. RGB value is (184,191,112). Sum of RGB (Red+Green+Blue) = 184+191+112=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF70 is #47408F. Grayscale: #B4B4B4. Windows color (decimal): -4669584 or 7389112. OLE color: 7389112.
HSL color Cylindrical-coordinate representation of color #B8BF70: hue angle of 65.32º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8BF70 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 191 | 112 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.25 |
| HSL | 65.32º | 0.38% | 0.59% | - |
| HSV(B) | 65.32º | 0.41% | 0.75% | - |
| XYZ | 41.32 | 48.62 | 22.54 | - |
| YUV | 179.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 112 | 0.04 | 0 | 0.41 | 0.25 | 65.32 | 0.38 | 0.59 |
| Hex | B8 | BF | 70 | 4 | 0 | 29 | 19 | 41 | 26 | 3B |
| Octal | 270 | 277 | 160 | 4 | 0 | 51 | 31 | 101 | 46 | 73 |
| Binary | 10111000 | 10111111 | 1110000 | 100 | 0 | 101001 | 11001 | 1000001 | 100110 | 111011 |
Color Harmonies of #B8BF70
Complementary color
Monochromatic Colors of #B8BF70
Black with #B8BF70
Text Example
Text Example
White with #B8BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BF70; }
p { color: rgb(184,191,112); }
H1.HeaderClassName
{
color: #B8BF70;
}
.AnyTagClassName
{
color: #B8BF70;
}
</style>
background-color css
<style>
a { background-color: #B8BF70; }
a { background-color: rgb(184,191,112); }
div.DivClassName
{
background-color: #B8BF70;
}
.BgClassName
{
background-color: #B8BF70;
}
</style>
border-color css
<style>
span { border-color: #B8BF70; }
span { border-color: rgb(184,191,112); }
td.TdClassName
{
border-color: #B8BF70;
}
.TagClassName
{
border-color: #B8BF70;
}
</style>