#BCC486

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

Shades of Pine Glade #BCC486

Tints of Pine Glade #BCC486

Color information

#BCC486 (or 0xBCC486) is unknown color: approx Pine Glade. HEX triplet: BC, C4 and 86. RGB value is (188,196,134). Sum of RGB (Red+Green+Blue) = 188+196+134=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC486 is #433B79. Grayscale: #BABABA. Windows color (decimal): -4406138 or 8832188. OLE color: 8832188.

HSL color Cylindrical-coordinate representation of color #BCC486: hue angle of 67.74º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCC486 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB188196134-
CMYK0.0400.320.23
HSL67.74º34.44%64.71%-
HSV(B)67.74º31.63%76.86%-
XYZ44.7851.8930.21-
YUV186.5498.35129.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 196 (76.95% from 255) = 37.84%
BLUE value IS 134 (52.73% from 255) = 25.87%
R=36.29%
G=37.84%
B=25.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961340.0400.320.2367.7434.4464.71
HexBCC486402017442241
Octal27430420640402710442101
Binary10111100110001001000011010001000001011110001001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC486; }

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

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

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

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

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

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

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

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