#88A63F

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

Shades of Sushi #88A63F

Tints of Sushi #88A63F

Color information

#88A63F (or 0x88A63F) is unknown color: approx Sushi. HEX triplet: 88, A6 and 3F. RGB value is (136,166,63). Sum of RGB (Red+Green+Blue) = 136+166+63=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #88A63F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A63F is #7759C0. Grayscale: #919191. Windows color (decimal): -7821761 or 4171400. OLE color: 4171400.

HSL color Cylindrical-coordinate representation of color #88A63F: hue angle of 77.48º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88A63F is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB13616663-
CMYK0.1800.620.35
HSL77.48º44.98%44.9%-
HSV(B)77.48º62.05%65.1%-
XYZ24.6932.879.75-
YUV145.2981.56121.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 166 (65.23% from 255) = 45.48%
BLUE value IS 63 (25% from 255) = 17.26%
R=37.26%
G=45.48%
B=17.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal136166630.1800.620.3577.4844.9844.9
Hex88A63F1203E234d2d2d
Octal2102467722076431155555
Binary10001000101001101111111001001111101000111001101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,166,63); }

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

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

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

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

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

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

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