#B2B482

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

Shades of Pine Glade #B2B482

Tints of Pine Glade #B2B482

Color information

#B2B482 (or 0xB2B482) is unknown color: approx Pine Glade. HEX triplet: B2, B4 and 82. RGB value is (178,180,130). Sum of RGB (Red+Green+Blue) = 178+180+130=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B482 is #4D4B7D. Grayscale: #ADADAD. Windows color (decimal): -5065598 or 8565938. OLE color: 8565938.

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

Color convert

RGB178180130-
CMYK0.0100.280.29
HSL62.4º25%60.78%-
HSV(B)62.4º27.78%70.59%-
XYZ38.7143.7227.52-
YUV173.7103.34131.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=36.48%
G=36.89%
B=26.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801300.0100.280.2962.42560.78
HexB2B482101C1D3e193d
Octal262264202103435763175
Binary10110010101101001000001010111001110111111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B482; }

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

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

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

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

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

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

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

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