#B2B484

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

Shades of Pine Glade #B2B484

Tints of Pine Glade #B2B484

Color information

#B2B484 (or 0xB2B484) is unknown color: approx Pine Glade. HEX triplet: B2, B4 and 84. RGB value is (178,180,132). Sum of RGB (Red+Green+Blue) = 178+180+132=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B484 is #4D4B7B. Grayscale: #AEAEAE. Windows color (decimal): -5065596 or 8697010. OLE color: 8697010.

HSL color Cylindrical-coordinate representation of color #B2B484: hue angle of 62.5º degrees, saturation: 0.24, 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 #B2B484 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB178180132-
CMYK0.0100.270.29
HSL62.5º24.24%61.18%-
HSV(B)62.5º26.67%70.59%-
XYZ38.8543.7728.23-
YUV173.93104.34130.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.33%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=36.33%
G=36.73%
B=26.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801320.0100.270.2962.524.2461.18
HexB2B484101B1D3e183d
Octal262264204103335763075
Binary10110010101101001000010010110111110111111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B484; }

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

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

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

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

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

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

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

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