#B6BE7F

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

Shades of Pine Glade #B6BE7F

Tints of Pine Glade #B6BE7F

Color information

#B6BE7F (or 0xB6BE7F) is unknown color: approx Pine Glade. HEX triplet: B6, BE and 7F. RGB value is (182,190,127). Sum of RGB (Red+Green+Blue) = 182+190+127=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BE7F is #494180. Grayscale: #B4B4B4. Windows color (decimal): -4800897 or 8371894. OLE color: 8371894.

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

Color convert

RGB182190127-
CMYK0.0400.330.25
HSL67.62º32.64%62.16%-
HSV(B)67.62º33.16%74.51%-
XYZ41.5448.327.21-
YUV180.4397.85129.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 127 (50% from 255) = 25.45%
R=36.47%
G=38.08%
B=25.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901270.0400.330.2567.6232.6462.16
HexB6BE7F40211944213e
Octal2662761774041311044176
Binary101101101011111011111111000100001110011000100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BE7F; }

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

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

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

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

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

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

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

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