#88AA41

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

Shades of Sushi #88AA41

Tints of Sushi #88AA41

Color information

#88AA41 (or 0x88AA41) is unknown color: approx Sushi. HEX triplet: 88, AA and 41. RGB value is (136,170,65). Sum of RGB (Red+Green+Blue) = 136+170+65=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AA41 is #7755BE. Grayscale: #949494. Windows color (decimal): -7820735 or 4303496. OLE color: 4303496.

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

Color convert

RGB13617065-
CMYK0.2000.620.33
HSL79.43º44.68%46.08%-
HSV(B)79.43º61.76%66.67%-
XYZ25.4834.3710.29-
YUV147.8681.24119.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 170 (66.80% from 255) = 45.82%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=36.66%
G=45.82%
B=17.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136170650.2000.620.3379.4344.6846.08
Hex88AA411403E214f2d2e
Octal21025210124076411175556
Binary100010001010101010000011010001111101000011001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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