#B2B384

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

Shades of Pine Glade #B2B384

Tints of Pine Glade #B2B384

Color information

#B2B384 (or 0xB2B384) is unknown color: approx Pine Glade. HEX triplet: B2, B3 and 84. RGB value is (178,179,132). Sum of RGB (Red+Green+Blue) = 178+179+132=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B384 is #4D4C7B. Grayscale: #ADADAD. Windows color (decimal): -5065852 or 8696754. OLE color: 8696754.

HSL color Cylindrical-coordinate representation of color #B2B384: hue angle of 61.28º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2B384 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB178179132-
CMYK0.0100.260.30
HSL61.28º23.62%60.98%-
HSV(B)61.28º26.26%70.2%-
XYZ38.6543.3728.16-
YUV173.34104.67131.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.40%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=36.40%
G=36.61%
B=26.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791320.0100.260.3061.2823.6260.98
HexB2B384101A1E3d183d
Octal262263204103236753075
Binary10110010101100111000010010110101111011110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B384; }

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

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

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

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

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

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

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

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