#B3BC7C

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

Shades of Pine Glade #B3BC7C

Tints of Pine Glade #B3BC7C

Color information

#B3BC7C (or 0xB3BC7C) is unknown color: approx Pine Glade. HEX triplet: B3, BC and 7C. RGB value is (179,188,124). Sum of RGB (Red+Green+Blue) = 179+188+124=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC7C is #4C4383. Grayscale: #B2B2B2. Windows color (decimal): -4998020 or 8174771. OLE color: 8174771.

HSL color Cylindrical-coordinate representation of color #B3BC7C: hue angle of 68.44º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3BC7C is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB179188124-
CMYK0.0500.340.26
HSL68.44º32.32%61.18%-
HSV(B)68.44º34.04%73.73%-
XYZ40.2147.0126.02-
YUV178.0197.52128.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=36.46%
G=38.29%
B=25.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881240.0500.340.2668.4432.3261.18
HexB3BC7C50221A44203d
Octal2632741745042321044075
Binary101100111011110011111001010100010110101000100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC7C; }

 p { color: rgb(179,188,124); }

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

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

 a { background-color: rgb(179,188,124); }

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

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

 span { border-color: rgb(179,188,124); }

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