#BCC086

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

Shades of Pine Glade #BCC086

Tints of Pine Glade #BCC086

Color information

#BCC086 (or 0xBCC086) is unknown color: approx Pine Glade. HEX triplet: BC, C0 and 86. RGB value is (188,192,134). Sum of RGB (Red+Green+Blue) = 188+192+134=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC086 is #433F79. Grayscale: #B8B8B8. Windows color (decimal): -4407162 or 8831164. OLE color: 8831164.

HSL color Cylindrical-coordinate representation of color #BCC086: hue angle of 64.14º degrees, saturation: 0.32, 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 #BCC086 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB188192134-
CMYK0.0200.300.25
HSL64.14º31.52%63.92%-
HSV(B)64.14º30.21%75.29%-
XYZ43.8950.1129.91-
YUV184.1999.67130.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 134 (52.73% from 255) = 26.07%
R=36.58%
G=37.35%
B=26.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921340.0200.300.2564.1431.5263.92
HexBCC086201E19402040
Octal27430020620363110040100
Binary101111001100000010000110100111101100110000001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC086; }

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

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

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

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

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

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

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

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