#88a438

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

Shades of Sushi #88A438

Tints of Sushi #88A438

Color information

#88A438 (or 0x88A438) is unknown color: approx Sushi. HEX triplet: 88, A4 and 38. RGB value is (136,164,56). Sum of RGB (Red+Green+Blue) = 136+164+56=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #88A438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A438 is #775BC7. Grayscale: #8F8F8F. Windows color (decimal): -7822280 or 3712136. OLE color: 3712136.

HSL color Cylindrical-coordinate representation of color #88A438: hue angle of 75.56º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88A438 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB13616456-
CMYK0.1700.660.36
HSL75.56º49.09%43.14%-
HSV(B)75.56º65.85%64.31%-
XYZ24.1432.078.66-
YUV143.3278.72122.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 164 (64.45% from 255) = 46.07%
BLUE value IS 56 (22.27% from 255) = 15.73%
R=38.20%
G=46.07%
B=15.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal136164560.1700.660.3675.5649.0943.14
Hex88A43811042244c312b
Octal21024470210102441146153
Binary100010001010010011100010001010000101001001001100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88a438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,164,56); }

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

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

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

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

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

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

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