#88882B

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

Shades of Trendy Green #88882B

Tints of Trendy Green #88882B

Color information

#88882B (or 0x88882B) is unknown color: approx Trendy Green. HEX triplet: 88, 88 and 2B. RGB value is (136,136,43). Sum of RGB (Red+Green+Blue) = 136+136+43=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88882B is #7777D4. Grayscale: #7D7D7D. Windows color (decimal): -7829461 or 2853000. OLE color: 2853000.

HSL color Cylindrical-coordinate representation of color #88882B: hue angle of 60º degrees, saturation: 0.52, 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 #88882B is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB13613643-
CMYK000.680.47
HSL60º51.96%35.1%-
HSV(B)60º68.38%53.33%-
XYZ19.3923.025.71-
YUV125.481.5135.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=43.17%
G=43.17%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613643000.680.476051.9635.1
Hex88882B00442F3c3423
Octal210210530010457746443
Binary1000100010001000101011001000100101111111100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88882B; }

 p { color: rgb(136,136,43); }

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

<style>
 a { background-color: #88882B; }

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

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

<style>
 span { border-color: #88882B; }

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

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