#B6B984

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

Shades of Pine Glade #B6B984

Tints of Pine Glade #B6B984

Color information

#B6B984 (or 0xB6B984) is unknown color: approx Pine Glade. HEX triplet: B6, B9 and 84. RGB value is (182,185,132). Sum of RGB (Red+Green+Blue) = 182+185+132=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B984 is #49467B. Grayscale: #B2B2B2. Windows color (decimal): -4802172 or 8698294. OLE color: 8698294.

HSL color Cylindrical-coordinate representation of color #B6B984: hue angle of 63.4º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6B984 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB182185132-
CMYK0.0200.290.27
HSL63.4º27.46%62.16%-
HSV(B)63.4º28.65%72.55%-
XYZ40.8146.3128.62-
YUV178.06102.01130.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=36.47%
G=37.07%
B=26.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851320.0200.290.2763.427.4662.16
HexB6B984201D1B3f1b3e
Octal266271204203533773376
Binary101101101011100110000100100111011101111111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B984; }

 p { color: rgb(182,185,132); }

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

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

 a { background-color: rgb(182,185,132); }

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

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

 span { border-color: rgb(182,185,132); }

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