#B8BC86

Color #B8BC86 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B8BC86

Tints of Pine Glade #B8BC86

Color information

#B8BC86 (or 0xB8BC86) is unknown color: approx Pine Glade. HEX triplet: B8, BC and 86. RGB value is (184,188,134). Sum of RGB (Red+Green+Blue) = 184+188+134=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BC86 is #474379. Grayscale: #B4B4B4. Windows color (decimal): -4670330 or 8830136. OLE color: 8830136.

HSL color Cylindrical-coordinate representation of color #B8BC86: hue angle of 64.44º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8BC86 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB184188134-
CMYK0.0200.290.26
HSL64.44º28.72%63.14%-
HSV(B)64.44º28.72%73.73%-
XYZ42.0547.8829.58-
YUV180.65101.67130.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 36.36%
GREEN value IS 188 (73.83% from 255) = 37.15%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=36.36%
G=37.15%
B=26.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841881340.0200.290.2664.4428.7263.14
HexB8BC86201D1A401d3f
Octal2702742062035321003577
Binary1011100010111100100001101001110111010100000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BC86; }

 p { color: rgb(184,188,134); }

 H1.HeaderClassName
 {
   color: #B8BC86;
 }
 .AnyTagClassName
 {
   color: #B8BC86;
 }
</style>
background-color css

<style>
 a { background-color: #B8BC86; }

 a { background-color: rgb(184,188,134); }

 div.DivClassName
 {
   background-color: #B8BC86;
 }
 .BgClassName
 {
   background-color: #B8BC86;
 }
</style>
border-color css

<style>
 span { border-color: #B8BC86; }

 span { border-color: rgb(184,188,134); }

 td.TdClassName
 {
   border-color: #B8BC86;
 }
 .TagClassName
 {
   border-color: #B8BC86;
 }
</style>