#B3B878

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

Shades of Pine Glade #B3B878

Tints of Pine Glade #B3B878

Color information

#B3B878 (or 0xB3B878) is unknown color: approx Pine Glade. HEX triplet: B3, B8 and 78. RGB value is (179,184,120). Sum of RGB (Red+Green+Blue) = 179+184+120=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B878 is #4C4787. Grayscale: #AFAFAF. Windows color (decimal): -4999048 or 7911603. OLE color: 7911603.

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

Color convert

RGB179184120-
CMYK0.0300.350.28
HSL64.69º31.07%59.61%-
HSV(B)64.69º34.78%72.16%-
XYZ39.1245.2224.44-
YUV175.2196.84130.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 184 (72.27% from 255) = 38.10%
BLUE value IS 120 (47.27% from 255) = 24.84%
R=37.06%
G=38.10%
B=24.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791841200.0300.350.2864.6931.0759.61
HexB3B87830231C411f3c
Octal2632701703043341013774
Binary1011001110111000111100011010001111100100000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B878; }

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

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

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

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

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

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

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

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