#B2B579

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

Shades of Pine Glade #B2B579

Tints of Pine Glade #B2B579

Color information

#B2B579 (or 0xB2B579) is unknown color: approx Pine Glade. HEX triplet: B2, B5 and 79. RGB value is (178,181,121). Sum of RGB (Red+Green+Blue) = 178+181+121=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B579 is #4D4A86. Grayscale: #ADADAD. Windows color (decimal): -5065351 or 7976370. OLE color: 7976370.

HSL color Cylindrical-coordinate representation of color #B2B579: hue angle of 63º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2B579 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB178181121-
CMYK0.0200.330.29
HSL63º28.85%59.22%-
HSV(B)63º33.15%70.98%-
XYZ38.3443.8924.54-
YUV173.2698.51131.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 181 (71.09% from 255) = 37.71%
BLUE value IS 121 (47.66% from 255) = 25.21%
R=37.08%
G=37.71%
B=25.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811210.0200.330.296328.8559.22
HexB2B57920211D3f1d3b
Octal262265171204135773573
Binary101100101011010111110011001000011110111111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B579; }

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

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

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

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

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

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

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

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