#B3BA7A

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

Shades of Pine Glade #B3BA7A

Tints of Pine Glade #B3BA7A

Color information

#B3BA7A (or 0xB3BA7A) is unknown color: approx Pine Glade. HEX triplet: B3, BA and 7A. RGB value is (179,186,122). Sum of RGB (Red+Green+Blue) = 179+186+122=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA7A is #4C4585. Grayscale: #B0B0B0. Windows color (decimal): -4998534 or 8043187. OLE color: 8043187.

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

Color convert

RGB179186122-
CMYK0.0400.340.27
HSL66.56º31.68%60.39%-
HSV(B)66.56º34.41%72.94%-
XYZ39.6646.1125.22-
YUV176.6197.18129.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 122 (48.05% from 255) = 25.05%
R=36.76%
G=38.19%
B=25.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861220.0400.340.2766.5631.6860.39
HexB3BA7A40221B43203c
Octal2632721724042331034074
Binary101100111011101011110101000100010110111000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA7A; }

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

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

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

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

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

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

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

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