#B6BD7C

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

Shades of Pine Glade #B6BD7C

Tints of Pine Glade #B6BD7C

Color information

#B6BD7C (or 0xB6BD7C) is unknown color: approx Pine Glade. HEX triplet: B6, BD and 7C. RGB value is (182,189,124). Sum of RGB (Red+Green+Blue) = 182+189+124=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BD7C is #494283. Grayscale: #B3B3B3. Windows color (decimal): -4801156 or 8175030. OLE color: 8175030.

HSL color Cylindrical-coordinate representation of color #B6BD7C: hue angle of 66.46º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6BD7C is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB182189124-
CMYK0.0400.340.26
HSL66.46º32.99%61.37%-
HSV(B)66.46º34.39%74.12%-
XYZ41.1347.826.13-
YUV179.596.68129.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 124 (48.83% from 255) = 25.05%
R=36.77%
G=38.18%
B=25.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821891240.0400.340.2666.4632.9961.37
HexB6BD7C40221A42213d
Octal2662751744042321024175
Binary101101101011110111111001000100010110101000010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BD7C; }

 p { color: rgb(182,189,124); }

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

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

 a { background-color: rgb(182,189,124); }

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

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

 span { border-color: rgb(182,189,124); }

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