#BCBE8B

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

Shades of Pine Glade #BCBE8B

Tints of Pine Glade #BCBE8B

Color information

#BCBE8B (or 0xBCBE8B) is unknown color: approx Pine Glade. HEX triplet: BC, BE and 8B. RGB value is (188,190,139). Sum of RGB (Red+Green+Blue) = 188+190+139=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE8B is #434174. Grayscale: #B7B7B7. Windows color (decimal): -4407669 or 9158332. OLE color: 9158332.

HSL color Cylindrical-coordinate representation of color #BCBE8B: hue angle of 62.35º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCBE8B is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB188190139-
CMYK0.0100.270.25
HSL62.35º28.18%64.51%-
HSV(B)62.35º26.84%74.51%-
XYZ43.8149.3831.65-
YUV183.59102.84131.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=36.36%
G=36.75%
B=26.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901390.0100.270.2562.3528.1864.51
HexBCBE8B101B193e1c41
Octal2742762131033317634101
Binary101111001011111010001011101101111001111110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE8B; }

 p { color: rgb(188,190,139); }

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

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

 a { background-color: rgb(188,190,139); }

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

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

 span { border-color: rgb(188,190,139); }

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