#8C9171

Color #8C9171 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #8C9171

Tints of Bitter #8C9171

Color information

#8C9171 (or 0x8C9171) is unknown color: approx Bitter. HEX triplet: 8C, 91 and 71. RGB value is (140,145,113). Sum of RGB (Red+Green+Blue) = 140+145+113=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #8C9171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9171 is #736E8E. Grayscale: #8B8B8B. Windows color (decimal): -7564943 or 7442828. OLE color: 7442828.

HSL color Cylindrical-coordinate representation of color #8C9171: hue angle of 69.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C9171 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB140145113-
CMYK0.0300.220.43
HSL69.38º12.7%50.59%-
HSV(B)69.38º22.07%56.86%-
XYZ23.9227.0219.58-
YUV139.86112.84128.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.18%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=35.18%
G=36.43%
B=28.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1401451130.0300.220.4369.3812.750.59
Hex8C917130162B45d33
Octal2142211613026531051563
Binary100011001001000111100011101011010101110001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C9171; }

 p { color: rgb(140,145,113); }

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

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

 a { background-color: rgb(140,145,113); }

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

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

 span { border-color: rgb(140,145,113); }

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