#88A941

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

Shades of Sushi #88A941

Tints of Sushi #88A941

Color information

#88A941 (or 0x88A941) is unknown color: approx Sushi. HEX triplet: 88, A9 and 41. RGB value is (136,169,65). Sum of RGB (Red+Green+Blue) = 136+169+65=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #88A941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A941 is #7756BE. Grayscale: #939393. Windows color (decimal): -7820991 or 4303240. OLE color: 4303240.

HSL color Cylindrical-coordinate representation of color #88A941: hue angle of 79.04º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88A941 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB13616965-
CMYK0.2000.620.34
HSL79.04º44.44%45.88%-
HSV(B)79.04º61.54%66.27%-
XYZ25.333.9910.23-
YUV147.2881.57119.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 169 (66.41% from 255) = 45.68%
BLUE value IS 65 (25.78% from 255) = 17.57%
R=36.76%
G=45.68%
B=17.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal136169650.2000.620.3479.0444.4445.88
Hex88A9411403E224f2c2e
Octal21025110124076421175456
Binary100010001010100110000011010001111101000101001111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,169,65); }

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

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

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

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

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

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

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