#88A244

Color #88A244 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #88A244

Tints of Wasabi #88A244

Color information

#88A244 (or 0x88A244) is unknown color: approx Wasabi. HEX triplet: 88, A2 and 44. RGB value is (136,162,68). Sum of RGB (Red+Green+Blue) = 136+162+68=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #88A244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A244 is #775DBB. Grayscale: #8F8F8F. Windows color (decimal): -7822780 or 4498056. OLE color: 4498056.

HSL color Cylindrical-coordinate representation of color #88A244: hue angle of 76.6º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88A244 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB13616268-
CMYK0.1600.580.36
HSL76.6º40.87%45.1%-
HSV(B)76.6º58.02%63.53%-
XYZ24.1231.4910.28-
YUV143.5185.39122.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 68 (26.95% from 255) = 18.58%
R=37.16%
G=44.26%
B=18.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal136162680.1600.580.3676.640.8745.1
Hex88A2441003A244d292d
Octal21024210420072441155155
Binary100010001010001010001001000001110101001001001101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A244; }

 p { color: rgb(136,162,68); }

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

<style>
 a { background-color: #88A244; }

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

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

<style>
 span { border-color: #88A244; }

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

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