#B3B876

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

Shades of Pine Glade #B3B876

Tints of Pine Glade #B3B876

Color information

#B3B876 (or 0xB3B876) is unknown color: approx Pine Glade. HEX triplet: B3, B8 and 76. RGB value is (179,184,118). Sum of RGB (Red+Green+Blue) = 179+184+118=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B876 is #4C4789. Grayscale: #AFAFAF. Windows color (decimal): -4999050 or 7780531. OLE color: 7780531.

HSL color Cylindrical-coordinate representation of color #B3B876: hue angle of 64.55º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3B876 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB179184118-
CMYK0.0300.360.28
HSL64.55º31.73%59.22%-
HSV(B)64.55º35.87%72.16%-
XYZ3945.1723.8-
YUV174.9895.84130.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 184 (72.27% from 255) = 38.25%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=37.21%
G=38.25%
B=24.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791841180.0300.360.2864.5531.7359.22
HexB3B87630241C41203b
Octal2632701663044341014073
Binary10110011101110001110110110100100111001000001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B876; }

 p { color: rgb(179,184,118); }

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

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

 a { background-color: rgb(179,184,118); }

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

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

 span { border-color: rgb(179,184,118); }

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