#B2BD6D

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

Shades of Pine Glade #B2BD6D

Tints of Pine Glade #B2BD6D

Color information

#B2BD6D (or 0xB2BD6D) is unknown color: approx Pine Glade. HEX triplet: B2, BD and 6D. RGB value is (178,189,109). Sum of RGB (Red+Green+Blue) = 178+189+109=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD6D is #4D4292. Grayscale: #B0B0B0. Windows color (decimal): -5063315 or 7191986. OLE color: 7191986.

HSL color Cylindrical-coordinate representation of color #B2BD6D: hue angle of 68.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2BD6D is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB178189109-
CMYK0.0600.420.26
HSL68.25º37.74%58.43%-
HSV(B)68.25º42.33%74.12%-
XYZ39.3246.9621.46-
YUV176.5989.86129-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 189 (74.22% from 255) = 39.71%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=37.39%
G=39.71%
B=22.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781891090.0600.420.2668.2537.7458.43
HexB2BD6D602A1A44263a
Octal2622751556052321044672
Binary101100101011110111011011100101010110101000100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD6D; }

 p { color: rgb(178,189,109); }

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

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

 a { background-color: rgb(178,189,109); }

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

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

 span { border-color: rgb(178,189,109); }

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