#88822A

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

Shades of Trendy Green #88822A

Tints of Trendy Green #88822A

Color information

#88822A (or 0x88822A) is unknown color: approx Trendy Green. HEX triplet: 88, 82 and 2A. RGB value is (136,130,42). Sum of RGB (Red+Green+Blue) = 136+130+42=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #88822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88822A is #777DD5. Grayscale: #7A7A7A. Windows color (decimal): -7830998 or 2785928. OLE color: 2785928.

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

Color convert

RGB13613042-
CMYK00.040.690.47
HSL56.17º52.81%34.9%-
HSV(B)56.17º69.12%53.33%-
XYZ18.5521.375.34-
YUV121.7682.99138.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 42 (16.80% from 255) = 13.64%
R=44.16%
G=42.21%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361304200.040.690.4756.1752.8134.9
Hex88822A04452F383523
Octal210202520410557706543
Binary100010001000001010101001001000101101111111000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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