#8D8F58

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

Shades of Bitter #8D8F58

Tints of Bitter #8D8F58

Color information

#8D8F58 (or 0x8D8F58) is unknown color: approx Bitter. HEX triplet: 8D, 8F and 58. RGB value is (141,143,88). Sum of RGB (Red+Green+Blue) = 141+143+88=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 143 - color contains mainly: green. Hex color #8D8F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8F58 is #7270A7. Grayscale: #888888. Windows color (decimal): -7499944 or 5803917. OLE color: 5803917.

HSL color Cylindrical-coordinate representation of color #8D8F58: hue angle of 62.18º degrees, saturation: 0.24, 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 #8D8F58 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB14114388-
CMYK0.0100.380.44
HSL62.18º23.81%45.29%-
HSV(B)62.18º38.46%56.08%-
XYZ22.5726.0113.06-
YUV136.13100.84131.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.90%
GREEN value IS 143 (56.25% from 255) = 38.44%
BLUE value IS 88 (34.77% from 255) = 23.66%
R=37.90%
G=38.44%
B=23.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141143880.0100.380.4462.1823.8145.29
Hex8D8F5810262C3e182d
Octal215217130104654763055
Binary100011011000111110110001010011010110011111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,143,88); }

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

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

 a { background-color: rgb(141,143,88); }

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

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

 span { border-color: rgb(141,143,88); }

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