#8C8F59

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

Shades of Bitter #8C8F59

Tints of Bitter #8C8F59

Color information

#8C8F59 (or 0x8C8F59) is unknown color: approx Bitter. HEX triplet: 8C, 8F and 59. RGB value is (140,143,89). Sum of RGB (Red+Green+Blue) = 140+143+89=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8F59 is #7370A6. Grayscale: #888888. Windows color (decimal): -7565479 or 5869452. OLE color: 5869452.

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

Color convert

RGB14014389-
CMYK0.0200.380.44
HSL63.33º23.28%45.49%-
HSV(B)63.33º37.76%56.08%-
XYZ22.4425.9413.28-
YUV135.95101.51130.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.63%
GREEN value IS 143 (56.25% from 255) = 38.44%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=37.63%
G=38.44%
B=23.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140143890.0200.380.4463.3323.2845.49
Hex8C8F5920262C3f172d
Octal214217131204654772755
Binary1000110010001111101100110010011010110011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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