#B2B381

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

Shades of Pine Glade #B2B381

Tints of Pine Glade #B2B381

Color information

#B2B381 (or 0xB2B381) is unknown color: approx Pine Glade. HEX triplet: B2, B3 and 81. RGB value is (178,179,129). Sum of RGB (Red+Green+Blue) = 178+179+129=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B381 is #4D4C7E. Grayscale: #ADADAD. Windows color (decimal): -5065855 or 8500146. OLE color: 8500146.

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

Color convert

RGB178179129-
CMYK0.0100.280.30
HSL61.2º24.75%60.39%-
HSV(B)61.2º27.93%70.2%-
XYZ38.4443.2927.1-
YUV173103.17131.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=36.63%
G=36.83%
B=26.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791290.0100.280.3061.224.7560.39
HexB2B381101C1E3d193c
Octal262263201103436753174
Binary10110010101100111000000110111001111011110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B381; }

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

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

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

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

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

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

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

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