#B2B584

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

Shades of Pine Glade #B2B584

Tints of Pine Glade #B2B584

Color information

#B2B584 (or 0xB2B584) is unknown color: approx Pine Glade. HEX triplet: B2, B5 and 84. RGB value is (178,181,132). Sum of RGB (Red+Green+Blue) = 178+181+132=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B584 is #4D4A7B. Grayscale: #AEAEAE. Windows color (decimal): -5065340 or 8697266. OLE color: 8697266.

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

Color convert

RGB178181132-
CMYK0.0200.270.29
HSL63.67º24.87%61.37%-
HSV(B)63.67º27.07%70.98%-
XYZ39.0544.1828.3-
YUV174.52104.01130.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 181 (71.09% from 255) = 36.86%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=36.25%
G=36.86%
B=26.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811320.0200.270.2963.6724.8761.37
HexB2B584201B1D40193d
Octal2622652042033351003175
Binary1011001010110101100001001001101111101100000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B584; }

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

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

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

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

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

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

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

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