#888B50

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

Shades of Highball #888B50

Tints of Highball #888B50

Color information

#888B50 (or 0x888B50) is unknown color: approx Highball. HEX triplet: 88, 8B and 50. RGB value is (136,139,80). Sum of RGB (Red+Green+Blue) = 136+139+80=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #888B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B50 is #7774AF. Grayscale: #838383. Windows color (decimal): -7828656 or 5278600. OLE color: 5278600.

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

Color convert

RGB13613980-
CMYK0.0200.420.45
HSL63.05º26.94%42.94%-
HSV(B)63.05º42.45%54.51%-
XYZ20.8324.2811.18-
YUV131.3899.01131.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=38.31%
G=39.15%
B=22.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136139800.0200.420.4563.0526.9442.94
Hex888B50202A2D3f1b2b
Octal210213120205255773353
Binary1000100010001011101000010010101010110111111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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