#B2B47E

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

Shades of Pine Glade #B2B47E

Tints of Pine Glade #B2B47E

Color information

#B2B47E (or 0xB2B47E) is unknown color: approx Pine Glade. HEX triplet: B2, B4 and 7E. RGB value is (178,180,126). Sum of RGB (Red+Green+Blue) = 178+180+126=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B47E is #4D4B81. Grayscale: #ADADAD. Windows color (decimal): -5065602 or 8303794. OLE color: 8303794.

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

Color convert

RGB178180126-
CMYK0.0100.30.29
HSL62.22º26.47%60%-
HSV(B)62.22º30%70.59%-
XYZ38.4543.6126.13-
YUV173.25101.34131.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 126 (49.61% from 255) = 26.03%
R=36.78%
G=37.19%
B=26.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801260.0100.30.2962.2226.4760
HexB2B47E101E1D3e1a3c
Octal262264176103635763274
Binary1011001010110100111111010111101110111111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B47E; }

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

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

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

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

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

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

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

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