#8C9058

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

Shades of Bitter #8C9058

Tints of Bitter #8C9058

Color information

#8C9058 (or 0x8C9058) is unknown color: approx Bitter. HEX triplet: 8C, 90 and 58. RGB value is (140,144,88). Sum of RGB (Red+Green+Blue) = 140+144+88=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9058 is #736FA7. Grayscale: #888888. Windows color (decimal): -7565224 or 5804172. OLE color: 5804172.

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

Color convert

RGB14014488-
CMYK0.0300.390.44
HSL64.29º24.14%45.49%-
HSV(B)64.29º38.89%56.47%-
XYZ22.5526.2313.11-
YUV136.42100.67130.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.63%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 88 (34.77% from 255) = 23.66%
R=37.63%
G=38.71%
B=23.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140144880.0300.390.4464.2924.1445.49
Hex8C905830272C40182d
Octal2142201303047541003055
Binary10001100100100001011000110100111101100100000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,144,88); }

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

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

 a { background-color: rgb(140,144,88); }

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

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

 span { border-color: rgb(140,144,88); }

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