#888C49

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

Shades of Highball #888C49

Tints of Highball #888C49

Color information

#888C49 (or 0x888C49) is unknown color: approx Highball. HEX triplet: 88, 8C and 49. RGB value is (136,140,73). Sum of RGB (Red+Green+Blue) = 136+140+73=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 140 - color contains mainly: green. Hex color #888C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888C49 is #7773B6. Grayscale: #838383. Windows color (decimal): -7828407 or 4820104. OLE color: 4820104.

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

Color convert

RGB13614073-
CMYK0.0300.480.45
HSL63.58º31.46%41.76%-
HSV(B)63.58º47.86%54.9%-
XYZ20.7324.479.93-
YUV131.1795.17131.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 140 (55.08% from 255) = 40.11%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=38.97%
G=40.11%
B=20.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136140730.0300.480.4563.5831.4641.76
Hex888C4930302D401f2a
Octal2102141113060551003752
Binary10001000100011001001001110110000101101100000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,140,73); }

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

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

 a { background-color: rgb(136,140,73); }

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

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

 span { border-color: rgb(136,140,73); }

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