#8C8D5D

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

Shades of Bitter #8C8D5D

Tints of Bitter #8C8D5D

Color information

#8C8D5D (or 0x8C8D5D) is unknown color: approx Bitter. HEX triplet: 8C, 8D and 5D. RGB value is (140,141,93). Sum of RGB (Red+Green+Blue) = 140+141+93=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8D5D is #7372A2. Grayscale: #878787. Windows color (decimal): -7565987 or 6131084. OLE color: 6131084.

HSL color Cylindrical-coordinate representation of color #8C8D5D: hue angle of 61.25º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C8D5D is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB14014193-
CMYK0.0100.340.45
HSL61.25º20.51%45.88%-
HSV(B)61.25º34.04%55.29%-
XYZ22.3225.4214.09-
YUV135.23104.17131.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 93 (36.72% from 255) = 24.87%
R=37.43%
G=37.70%
B=24.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140141930.0100.340.4561.2520.5145.88
Hex8C8D5D10222D3d152e
Octal214215135104255752556
Binary100011001000110110111011010001010110111110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,141,93); }

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

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

 a { background-color: rgb(140,141,93); }

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

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

 span { border-color: rgb(140,141,93); }

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