#B2B879

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

Shades of Pine Glade #B2B879

Tints of Pine Glade #B2B879

Color information

#B2B879 (or 0xB2B879) is unknown color: approx Pine Glade. HEX triplet: B2, B8 and 79. RGB value is (178,184,121). Sum of RGB (Red+Green+Blue) = 178+184+121=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B879 is #4D4786. Grayscale: #AFAFAF. Windows color (decimal): -5064583 or 7977138. OLE color: 7977138.

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

Color convert

RGB178184121-
CMYK0.0300.340.28
HSL65.71º30.73%59.8%-
HSV(B)65.71º34.24%72.16%-
XYZ38.9545.1324.75-
YUV175.0297.51130.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 184 (72.27% from 255) = 38.10%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=36.85%
G=38.10%
B=25.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781841210.0300.340.2865.7130.7359.8
HexB2B87930221C421f3c
Octal2622701713042341023774
Binary1011001010111000111100111010001011100100001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B879; }

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

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

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

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

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

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

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

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