#888C47

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

Shades of Highball #888C47

Tints of Highball #888C47

Color information

#888C47 (or 0x888C47) is unknown color: approx Highball. HEX triplet: 88, 8C and 47. RGB value is (136,140,71). Sum of RGB (Red+Green+Blue) = 136+140+71=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 140 - color contains mainly: green. Hex color #888C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888C47 is #7773B8. Grayscale: #838383. Windows color (decimal): -7828409 or 4689032. OLE color: 4689032.

HSL color Cylindrical-coordinate representation of color #888C47: hue angle of 63.48º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #888C47 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB13614071-
CMYK0.0300.490.45
HSL63.48º32.7%41.37%-
HSV(B)63.48º49.29%54.9%-
XYZ20.6724.459.59-
YUV130.9494.17131.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=39.19%
G=40.35%
B=20.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136140710.0300.490.4563.4832.741.37
Hex888C4730312D3f2129
Octal210214107306155774151
Binary10001000100011001000111110110001101101111111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,140,71); }

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

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

 a { background-color: rgb(136,140,71); }

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

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

 span { border-color: rgb(136,140,71); }

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