#8C8F5E

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

Shades of Bitter #8C8F5E

Tints of Bitter #8C8F5E

Color information

#8C8F5E (or 0x8C8F5E) is unknown color: approx Bitter. HEX triplet: 8C, 8F and 5E. RGB value is (140,143,94). Sum of RGB (Red+Green+Blue) = 140+143+94=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8F5E is #7370A1. Grayscale: #888888. Windows color (decimal): -7565474 or 6197132. OLE color: 6197132.

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

Color convert

RGB14014394-
CMYK0.0200.340.44
HSL63.67º20.68%46.47%-
HSV(B)63.67º34.27%56.08%-
XYZ22.6626.0314.42-
YUV136.52104.01130.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=37.14%
G=37.93%
B=24.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140143940.0200.340.4463.6720.6846.47
Hex8C8F5E20222C40152e
Octal2142171362042541002556
Binary10001100100011111011110100100010101100100000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,143,94); }

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

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

 a { background-color: rgb(140,143,94); }

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

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

 span { border-color: rgb(140,143,94); }

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