#88842A

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

Shades of Trendy Green #88842A

Tints of Trendy Green #88842A

Color information

#88842A (or 0x88842A) is unknown color: approx Trendy Green. HEX triplet: 88, 84 and 2A. RGB value is (136,132,42). Sum of RGB (Red+Green+Blue) = 136+132+42=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88842A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88842A is #777BD5. Grayscale: #7B7B7B. Windows color (decimal): -7830486 or 2786440. OLE color: 2786440.

HSL color Cylindrical-coordinate representation of color #88842A: hue angle of 57.45º 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 #88842A is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13613242-
CMYK00.030.690.47
HSL57.45º52.81%34.9%-
HSV(B)57.45º69.12%53.33%-
XYZ18.8221.95.43-
YUV122.9482.33137.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=43.87%
G=42.58%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361324200.030.690.4757.4552.8134.9
Hex88842A03452F393523
Octal210204520310557716543
Binary10001000100001001010100111000101101111111001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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