#888B49

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

Shades of Highball #888B49

Tints of Highball #888B49

Color information

#888B49 (or 0x888B49) is unknown color: approx Highball. HEX triplet: 88, 8B and 49. RGB value is (136,139,73). Sum of RGB (Red+Green+Blue) = 136+139+73=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #888B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888B49 is #7774B6. Grayscale: #828282. Windows color (decimal): -7828663 or 4819848. OLE color: 4819848.

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

Color convert

RGB13613973-
CMYK0.0200.470.45
HSL62.73º31.13%41.57%-
HSV(B)62.73º47.48%54.51%-
XYZ20.5924.189.89-
YUV130.5895.51131.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 139 (54.69% from 255) = 39.94%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=39.08%
G=39.94%
B=20.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136139730.0200.470.4562.7331.1341.57
Hex888B49202F2D3f1f2a
Octal210213111205755773752
Binary1000100010001011100100110010111110110111111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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