#888136

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

Shades of Highball #888136

Tints of Highball #888136

Color information

#888136 (or 0x888136) is unknown color: approx Highball. HEX triplet: 88, 81 and 36. RGB value is (136,129,54). Sum of RGB (Red+Green+Blue) = 136+129+54=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #888136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888136 is #777EC9. Grayscale: #7A7A7A. Windows color (decimal): -7831242 or 3572104. OLE color: 3572104.

HSL color Cylindrical-coordinate representation of color #888136: hue angle of 54.88º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #888136 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13612954-
CMYK00.050.600.47
HSL54.88º43.16%37.25%-
HSV(B)54.88º60.29%53.33%-
XYZ18.6721.26.6-
YUV122.5489.32137.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 54 (21.48% from 255) = 16.93%
R=42.63%
G=40.44%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361295400.050.600.4754.8843.1637.25
Hex888136053C2F372b25
Octal21020166057457675345
Binary10001000100000011101100101111100101111110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888136; }

 p { color: rgb(136,129,54); }

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

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

 a { background-color: rgb(136,129,54); }

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

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

 span { border-color: rgb(136,129,54); }

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