#8C9055

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

Shades of Bitter #8C9055

Tints of Bitter #8C9055

Color information

#8C9055 (or 0x8C9055) is unknown color: approx Bitter. HEX triplet: 8C, 90 and 55. RGB value is (140,144,85). Sum of RGB (Red+Green+Blue) = 140+144+85=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9055 is #736FAA. Grayscale: #888888. Windows color (decimal): -7565227 or 5607564. OLE color: 5607564.

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

Color convert

RGB14014485-
CMYK0.0300.410.44
HSL64.07º25.76%44.9%-
HSV(B)64.07º40.97%56.47%-
XYZ22.4326.1812.47-
YUV136.0899.17130.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.94%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=37.94%
G=39.02%
B=23.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140144850.0300.410.4464.0725.7644.9
Hex8C905530292C401a2d
Octal2142201253051541003255
Binary10001100100100001010101110101001101100100000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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