#888960

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

Shades of Bitter #888960

Tints of Bitter #888960

Color information

#888960 (or 0x888960) is unknown color: approx Bitter. HEX triplet: 88, 89 and 60. RGB value is (136,137,96). Sum of RGB (Red+Green+Blue) = 136+137+96=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #888960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888960 is #77769F. Grayscale: #848484. Windows color (decimal): -7829152 or 6326664. OLE color: 6326664.

HSL color Cylindrical-coordinate representation of color #888960: hue angle of 61.46º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #888960 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13613796-
CMYK0.0100.300.46
HSL61.46º17.6%45.69%-
HSV(B)61.46º29.93%53.73%-
XYZ21.2123.9714.58-
YUV132.03107.67130.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=36.86%
G=37.13%
B=26.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136137960.0100.300.4661.4617.645.69
Hex888960101E2E3d122e
Octal210211140103656752256
Binary10001000100010011100000101111010111011110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888960; }

 p { color: rgb(136,137,96); }

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

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

 a { background-color: rgb(136,137,96); }

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

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

 span { border-color: rgb(136,137,96); }

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