#88AA42

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

Shades of Sushi #88AA42

Tints of Sushi #88AA42

Color information

#88AA42 (or 0x88AA42) is unknown color: approx Sushi. HEX triplet: 88, AA and 42. RGB value is (136,170,66). Sum of RGB (Red+Green+Blue) = 136+170+66=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AA42 is #7755BD. Grayscale: #949494. Windows color (decimal): -7820734 or 4369032. OLE color: 4369032.

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

Color convert

RGB13617066-
CMYK0.2000.610.33
HSL79.62º44.07%46.27%-
HSV(B)79.62º61.18%66.67%-
XYZ25.5134.3810.45-
YUV147.9881.74119.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 66 (26.17% from 255) = 17.74%
R=36.56%
G=45.70%
B=17.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136170660.2000.610.3379.6244.0746.27
Hex88AA421403D21502c2e
Octal21025210224075411205456
Binary100010001010101010000101010001111011000011010000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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