#888A3D

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

Shades of Highball #888A3D

Tints of Highball #888A3D

Color information

#888A3D (or 0x888A3D) is unknown color: approx Highball. HEX triplet: 88, 8A and 3D. RGB value is (136,138,61). Sum of RGB (Red+Green+Blue) = 136+138+61=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 138 - color contains mainly: green. Hex color #888A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888A3D is #7775C2. Grayscale: #808080. Windows color (decimal): -7828931 or 4033160. OLE color: 4033160.

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

Color convert

RGB13613861-
CMYK0.0100.560.46
HSL61.56º38.69%39.02%-
HSV(B)61.56º55.8%54.12%-
XYZ20.0823.757.94-
YUV128.6289.84133.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 138 (54.30% from 255) = 41.19%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=40.60%
G=41.19%
B=18.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136138610.0100.560.4661.5638.6939.02
Hex888A3D10382E3e2727
Octal21021275107056764747
Binary100010001000101011110110111000101110111110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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