#88822C

Color #88822C Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #88822C

Tints of Trendy Green #88822C

Color information

#88822C (or 0x88822C) is unknown color: approx Trendy Green. HEX triplet: 88, 82 and 2C. RGB value is (136,130,44). Sum of RGB (Red+Green+Blue) = 136+130+44=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88822C is #777DD3. Grayscale: #7A7A7A. Windows color (decimal): -7830996 or 2917000. OLE color: 2917000.

HSL color Cylindrical-coordinate representation of color #88822C: hue angle of 56.09º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88822C is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB13613044-
CMYK00.040.680.47
HSL56.09º51.11%35.29%-
HSV(B)56.09º67.65%53.33%-
XYZ18.5921.385.53-
YUV121.9983.99137.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 44 (17.58% from 255) = 14.19%
R=43.87%
G=41.94%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361304400.040.680.4756.0951.1135.29
Hex88822C04442F383323
Octal210202540410457706343
Binary100010001000001010110001001000100101111111000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88822C; }

 p { color: rgb(136,130,44); }

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

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

 a { background-color: rgb(136,130,44); }

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

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

 span { border-color: rgb(136,130,44); }

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