#88A53E

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

Shades of Sushi #88A53E

Tints of Sushi #88A53E

Color information

#88A53E (or 0x88A53E) is unknown color: approx Sushi. HEX triplet: 88, A5 and 3E. RGB value is (136,165,62). Sum of RGB (Red+Green+Blue) = 136+165+62=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #88A53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A53E is #775AC1. Grayscale: #909090. Windows color (decimal): -7822018 or 4105608. OLE color: 4105608.

HSL color Cylindrical-coordinate representation of color #88A53E: hue angle of 76.89º 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 #88A53E is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB13616562-
CMYK0.1800.620.35
HSL76.89º45.37%44.51%-
HSV(B)76.89º62.42%64.71%-
XYZ24.4832.499.54-
YUV144.5981.39121.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 62 (24.61% from 255) = 17.08%
R=37.47%
G=45.45%
B=17.08%

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
Decimal136165620.1800.620.3576.8945.3744.51
Hex88A53E1203E234d2d2d
Octal2102457622076431155555
Binary10001000101001011111101001001111101000111001101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,165,62); }

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

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

 a { background-color: rgb(136,165,62); }

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

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

 span { border-color: rgb(136,165,62); }

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