#B3B97C

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

Shades of Pine Glade #B3B97C

Tints of Pine Glade #B3B97C

Color information

#B3B97C (or 0xB3B97C) is unknown color: approx Pine Glade. HEX triplet: B3, B9 and 7C. RGB value is (179,185,124). Sum of RGB (Red+Green+Blue) = 179+185+124=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B97C is #4C4683. Grayscale: #B0B0B0. Windows color (decimal): -4998788 or 8174003. OLE color: 8174003.

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

Color convert

RGB179185124-
CMYK0.0300.330.27
HSL65.9º30.35%60.59%-
HSV(B)65.9º32.97%72.55%-
XYZ39.5845.7425.81-
YUV176.2598.51129.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=36.68%
G=37.91%
B=25.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791851240.0300.330.2765.930.3560.59
HexB3B97C30211B421e3d
Octal2632711743041331023675
Binary1011001110111001111110011010000111011100001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B97C; }

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

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

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

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

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

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

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

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