#B2B87E

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

Shades of Pine Glade #B2B87E

Tints of Pine Glade #B2B87E

Color information

#B2B87E (or 0xB2B87E) is unknown color: approx Pine Glade. HEX triplet: B2, B8 and 7E. RGB value is (178,184,126). Sum of RGB (Red+Green+Blue) = 178+184+126=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B87E is #4D4781. Grayscale: #AFAFAF. Windows color (decimal): -5064578 or 8304818. OLE color: 8304818.

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

Color convert

RGB178184126-
CMYK0.0300.320.28
HSL66.21º29%60.78%-
HSV(B)66.21º31.52%72.16%-
XYZ39.2745.2526.4-
YUV175.59100.01129.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=36.48%
G=37.70%
B=25.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781841260.0300.320.2866.212960.78
HexB2B87E30201C421d3d
Octal2622701763040341023575
Binary1011001010111000111111011010000011100100001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B87E; }

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

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

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

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

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

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

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

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