#889B6D

Color #889B6D Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #889B6D

Tints of Highland #889B6D

Color information

#889B6D (or 0x889B6D) is unknown color: approx Highland. HEX triplet: 88, 9B and 6D. RGB value is (136,155,109). Sum of RGB (Red+Green+Blue) = 136+155+109=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #889B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889B6D is #776492. Grayscale: #909090. Windows color (decimal): -7824531 or 7183240. OLE color: 7183240.

HSL color Cylindrical-coordinate representation of color #889B6D: hue angle of 84.78º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #889B6D is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB136155109-
CMYK0.1200.300.39
HSL84.78º18.7%51.76%-
HSV(B)84.78º29.68%60.78%-
XYZ24.6429.7818.92-
YUV144.07108.21122.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 155 (60.94% from 255) = 38.75%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=34%
G=38.75%
B=27.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361551090.1200.300.3984.7818.751.76
Hex889B6DC01E27551334
Octal21023315514036471252364
Binary100010001001101111011011100011110100111101010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889B6D; }

 p { color: rgb(136,155,109); }

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

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

 a { background-color: rgb(136,155,109); }

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

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

 span { border-color: rgb(136,155,109); }

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