#B6BE7C

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

Shades of Pine Glade #B6BE7C

Tints of Pine Glade #B6BE7C

Color information

#B6BE7C (or 0xB6BE7C) is unknown color: approx Pine Glade. HEX triplet: B6, BE and 7C. RGB value is (182,190,124). Sum of RGB (Red+Green+Blue) = 182+190+124=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BE7C is #494183. Grayscale: #B4B4B4. Windows color (decimal): -4800900 or 8175286. OLE color: 8175286.

HSL color Cylindrical-coordinate representation of color #B6BE7C: hue angle of 67.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6BE7C is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB182190124-
CMYK0.0400.350.25
HSL67.27º33.67%61.57%-
HSV(B)67.27º34.74%74.51%-
XYZ41.3448.2326.2-
YUV180.0896.35129.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 124 (48.83% from 255) = 25%
R=36.69%
G=38.31%
B=25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901240.0400.350.2567.2733.6761.57
HexB6BE7C40231943223e
Octal2662761744043311034276
Binary101101101011111011111001000100011110011000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BE7C; }

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

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

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

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

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

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

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

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