#88894C

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

Shades of Highball #88894C

Tints of Highball #88894C

Color information

#88894C (or 0x88894C) is unknown color: approx Highball. HEX triplet: 88, 89 and 4C. RGB value is (136,137,76). Sum of RGB (Red+Green+Blue) = 136+137+76=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #88894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88894C is #7776B3. Grayscale: #818181. Windows color (decimal): -7829172 or 5015944. OLE color: 5015944.

HSL color Cylindrical-coordinate representation of color #88894C: hue angle of 60.98º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88894C is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB13613776-
CMYK0.0100.450.46
HSL60.98º28.64%41.76%-
HSV(B)60.98º44.53%53.73%-
XYZ20.423.6510.33-
YUV129.7597.67132.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=38.97%
G=39.26%
B=21.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136137760.0100.450.4660.9828.6441.76
Hex88894C102D2E3d1d2a
Octal210211114105556753552
Binary100010001000100110011001010110110111011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88894C; }

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

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

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

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

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

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

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

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