#888B4D

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

Shades of Highball #888B4D

Tints of Highball #888B4D

Color information

#888B4D (or 0x888B4D) is unknown color: approx Highball. HEX triplet: 88, 8B and 4D. RGB value is (136,139,77). Sum of RGB (Red+Green+Blue) = 136+139+77=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #888B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B4D is #7774B2. Grayscale: #838383. Windows color (decimal): -7828659 or 5081992. OLE color: 5081992.

HSL color Cylindrical-coordinate representation of color #888B4D: hue angle of 62.9º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #888B4D is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB13613977-
CMYK0.0200.450.45
HSL62.9º28.7%42.35%-
HSV(B)62.9º44.6%54.51%-
XYZ20.7324.2410.61-
YUV131.0497.51131.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 139 (54.69% from 255) = 39.49%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=38.64%
G=39.49%
B=21.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136139770.0200.450.4562.928.742.35
Hex888B4D202D2D3f1d2a
Octal210213115205555773552
Binary1000100010001011100110110010110110110111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888B4D; }

 p { color: rgb(136,139,77); }

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

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

 a { background-color: rgb(136,139,77); }

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

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

 span { border-color: rgb(136,139,77); }

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