#B3BC6F

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

Shades of Pine Glade #B3BC6F

Tints of Pine Glade #B3BC6F

Color information

#B3BC6F (or 0xB3BC6F) is unknown color: approx Pine Glade. HEX triplet: B3, BC and 6F. RGB value is (179,188,111). Sum of RGB (Red+Green+Blue) = 179+188+111=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC6F is #4C4390. Grayscale: #B0B0B0. Windows color (decimal): -4998033 or 7322803. OLE color: 7322803.

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

Color convert

RGB179188111-
CMYK0.0500.410.26
HSL67.01º36.49%58.63%-
HSV(B)67.01º40.96%73.73%-
XYZ39.4446.721.97-
YUV176.5391.02129.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 188 (73.83% from 255) = 39.33%
BLUE value IS 111 (43.75% from 255) = 23.22%
R=37.45%
G=39.33%
B=23.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881110.0500.410.2667.0136.4958.63
HexB3BC6F50291A43243b
Octal2632741575051321034473
Binary101100111011110011011111010101001110101000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC6F; }

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

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

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

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

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

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

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

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