#88852C

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

Shades of Trendy Green #88852C

Tints of Trendy Green #88852C

Color information

#88852C (or 0x88852C) is unknown color: approx Trendy Green. HEX triplet: 88, 85 and 2C. RGB value is (136,133,44). Sum of RGB (Red+Green+Blue) = 136+133+44=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88852C is #777AD3. Grayscale: #7C7C7C. Windows color (decimal): -7830228 or 2917768. OLE color: 2917768.

HSL color Cylindrical-coordinate representation of color #88852C: hue angle of 58.04º 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 #88852C is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB13613344-
CMYK00.020.680.47
HSL58.04º51.11%35.29%-
HSV(B)58.04º67.65%53.33%-
XYZ1922.195.67-
YUV123.7582.99136.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 44 (17.58% from 255) = 14.06%
R=43.45%
G=42.49%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361334400.020.680.4758.0451.1135.29
Hex88852C02442F3a3323
Octal210205540210457726343
Binary10001000100001011011000101000100101111111010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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