#B2B47F

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

Shades of Pine Glade #B2B47F

Tints of Pine Glade #B2B47F

Color information

#B2B47F (or 0xB2B47F) is unknown color: approx Pine Glade. HEX triplet: B2, B4 and 7F. RGB value is (178,180,127). Sum of RGB (Red+Green+Blue) = 178+180+127=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B47F is #4D4B80. Grayscale: #ADADAD. Windows color (decimal): -5065601 or 8369330. OLE color: 8369330.

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

Color convert

RGB178180127-
CMYK0.0100.290.29
HSL62.26º26.11%60.2%-
HSV(B)62.26º29.44%70.59%-
XYZ38.5143.6426.47-
YUV173.36101.84131.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 127 (50% from 255) = 26.19%
R=36.70%
G=37.11%
B=26.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801270.0100.290.2962.2626.1160.2
HexB2B47F101D1D3e1a3c
Octal262264177103535763274
Binary1011001010110100111111110111011110111111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B47F; }

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

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

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

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

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

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

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

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