#B6B781

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

Shades of Pine Glade #B6B781

Tints of Pine Glade #B6B781

Color information

#B6B781 (or 0xB6B781) is unknown color: approx Pine Glade. HEX triplet: B6, B7 and 81. RGB value is (182,183,129). Sum of RGB (Red+Green+Blue) = 182+183+129=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B781 is #49487E. Grayscale: #B0B0B0. Windows color (decimal): -4802687 or 8501174. OLE color: 8501174.

HSL color Cylindrical-coordinate representation of color #B6B781: hue angle of 61.11º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6B781 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB182183129-
CMYK0.0100.300.28
HSL61.11º27.27%61.18%-
HSV(B)61.11º29.51%71.76%-
XYZ40.1945.427.41-
YUV176.54101.17131.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=36.84%
G=37.04%
B=26.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821831290.0100.300.2861.1127.2761.18
HexB6B781101E1C3d1b3d
Octal266267201103634753375
Binary10110110101101111000000110111101110011110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B781; }

 p { color: rgb(182,183,129); }

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

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

 a { background-color: rgb(182,183,129); }

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

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

 span { border-color: rgb(182,183,129); }

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