#88A130

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

Shades of Sushi #88A130

Tints of Sushi #88A130

Color information

#88A130 (or 0x88A130) is unknown color: approx Sushi. HEX triplet: 88, A1 and 30. RGB value is (136,161,48). Sum of RGB (Red+Green+Blue) = 136+161+48=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #88A130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A130 is #775ECF. Grayscale: #8D8D8D. Windows color (decimal): -7823056 or 3187080. OLE color: 3187080.

HSL color Cylindrical-coordinate representation of color #88A130: hue angle of 73.27º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88A130 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB13616148-
CMYK0.1600.700.37
HSL73.27º54.07%40.98%-
HSV(B)73.27º70.19%63.14%-
XYZ23.4330.947.53-
YUV140.6475.72124.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 161 (63.28% from 255) = 46.67%
BLUE value IS 48 (19.14% from 255) = 13.91%
R=39.42%
G=46.67%
B=13.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal136161480.1600.700.3773.2754.0740.98
Hex88A1301004625493629
Octal21024160200106451116651
Binary100010001010000111000010000010001101001011001001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,161,48); }

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

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

 a { background-color: rgb(136,161,48); }

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

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

 span { border-color: rgb(136,161,48); }

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