#B2B878

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

Shades of Pine Glade #B2B878

Tints of Pine Glade #B2B878

Color information

#B2B878 (or 0xB2B878) is unknown color: approx Pine Glade. HEX triplet: B2, B8 and 78. RGB value is (178,184,120). Sum of RGB (Red+Green+Blue) = 178+184+120=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B878 is #4D4787. Grayscale: #AFAFAF. Windows color (decimal): -5064584 or 7911602. OLE color: 7911602.

HSL color Cylindrical-coordinate representation of color #B2B878: hue angle of 65.62º 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 #B2B878 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB178184120-
CMYK0.0300.350.28
HSL65.62º31.07%59.61%-
HSV(B)65.62º34.78%72.16%-
XYZ38.8945.124.43-
YUV174.9197.01130.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=36.93%
G=38.17%
B=24.90%

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
Decimal1781841200.0300.350.2865.6231.0759.61
HexB2B87830231C421f3c
Octal2622701703043341023774
Binary1011001010111000111100011010001111100100001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B878; }

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

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

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

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

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

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

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

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