#888A4F

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

Shades of Highball #888A4F

Tints of Highball #888A4F

Color information

#888A4F (or 0x888A4F) is unknown color: approx Highball. HEX triplet: 88, 8A and 4F. RGB value is (136,138,79). Sum of RGB (Red+Green+Blue) = 136+138+79=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 138 - color contains mainly: green. Hex color #888A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A4F is #7775B0. Grayscale: #828282. Windows color (decimal): -7828913 or 5212808. OLE color: 5212808.

HSL color Cylindrical-coordinate representation of color #888A4F: hue angle of 62.03º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #888A4F is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB13613879-
CMYK0.0100.430.46
HSL62.03º27.19%42.55%-
HSV(B)62.03º42.75%54.12%-
XYZ20.6523.9810.94-
YUV130.6898.84131.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 138 (54.30% from 255) = 39.09%
BLUE value IS 79 (31.25% from 255) = 22.38%
R=38.53%
G=39.09%
B=22.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136138790.0100.430.4662.0327.1942.55
Hex888A4F102B2E3e1b2b
Octal210212117105356763353
Binary100010001000101010011111010101110111011111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,138,79); }

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

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

 a { background-color: rgb(136,138,79); }

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

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

 span { border-color: rgb(136,138,79); }

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