#B2B37F

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

Shades of Pine Glade #B2B37F

Tints of Pine Glade #B2B37F

Color information

#B2B37F (or 0xB2B37F) is unknown color: approx Pine Glade. HEX triplet: B2, B3 and 7F. RGB value is (178,179,127). Sum of RGB (Red+Green+Blue) = 178+179+127=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B37F is #4D4C80. Grayscale: #ACACAC. Windows color (decimal): -5065857 or 8369074. OLE color: 8369074.

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

Color convert

RGB178179127-
CMYK0.0100.290.30
HSL61.15º25.49%60%-
HSV(B)61.15º29.05%70.2%-
XYZ38.3143.2426.41-
YUV172.77102.17131.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 127 (50% from 255) = 26.24%
R=36.78%
G=36.98%
B=26.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791270.0100.290.3061.1525.4960
HexB2B37F101D1E3d193c
Octal262263177103536753174
Binary1011001010110011111111110111011111011110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B37F; }

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

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

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

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

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

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

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

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