#B3BA7E

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

Shades of Pine Glade #B3BA7E

Tints of Pine Glade #B3BA7E

Color information

#B3BA7E (or 0xB3BA7E) is unknown color: approx Pine Glade. HEX triplet: B3, BA and 7E. RGB value is (179,186,126). Sum of RGB (Red+Green+Blue) = 179+186+126=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA7E is #4C4581. Grayscale: #B1B1B1. Windows color (decimal): -4998530 or 8305331. OLE color: 8305331.

HSL color Cylindrical-coordinate representation of color #B3BA7E: hue angle of 67º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3BA7E is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB179186126-
CMYK0.0400.320.27
HSL67º30.3%61.18%-
HSV(B)67º32.26%72.94%-
XYZ39.9246.2126.55-
YUV177.0799.18129.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 126 (49.61% from 255) = 25.66%
R=36.46%
G=37.88%
B=25.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861260.0400.320.276730.361.18
HexB3BA7E40201B431e3d
Octal2632721764040331033675
Binary10110011101110101111110100010000011011100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA7E; }

 p { color: rgb(179,186,126); }

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

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

 a { background-color: rgb(179,186,126); }

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

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

 span { border-color: rgb(179,186,126); }

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