HEX: #88B45D
RGB: (136,180,93)
#88B45D enthält hauptsächlich rote und grüne Farbe. Für #88B45D ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #88B45D wird in RGB als (136,180,93) definiert.
RGB: (136,180,93) (53%,71%,36%)
R 136 von 255 = 53%
G 180 von 255 = 71%
B 93 von 255 = 36%
R + G + B ~ 53%. #88B45D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
136 + 180 + 93 = 409 (100%)
R 136 von 409 ~ 33.25%
G 180 von 409 ~ 44.01%
B 93 von 409 ~ 22.74%
Die Farbe #88B45D wird in CMYK als (24,0,48,29) definiert.
CMYK: (24,0,48,29) C24M0Y48K29 (24%,0%,48%,29%) (0.24/0.00/0.48/0.29)
88 | B4 | 5D | |
---|---|---|---|
RGB | 136 | 180 | 93 |
HSL | 90° | 36.71% | 53.53% |
HSB/HSV | 90° | 48.33% | 70.59% |
CMYK | 24.44% | 0.00% | 48.33% |
29.41% |
Hexadezimal | 88 | B4 | 5D |
Dezimal | 136 | 180 | 93 |
Binär | 10001000 | 10110100 | 1011101 |
Oktal | 210 | 264 | 135 |
Beispiele css- und html für Elemente in der Farbe #88B45D. Bitte benutzen Sie auch rgb(136,180,93) statt hex-Code.
.myTextColor { color: #88B45D; }
<p style="color:#88B45D">This sample text font color is #88B45D.</p>
Die Farbe dieses Textes ist #88B45D.
.myBgColor { background-color: #88B45D; }
<div style="background-color:#88B45D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88B45D.
.myBorderColor { border: 1px solid #88B45D; }
<div style="border:3px solid #88B45D">Div</div>
Die Grenzen von diesem div sind in Farbe #88B45D.
.myOpacity80 { color: #88B45D; opacity: 0.8; }
<p style="color:#88B45D;opacity:0.8;">80%</p>
Text in Farbe #88B45D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88B45D;}
<p style="text-shadow: 3px 3px 1px #88B45D">Text here.</p>
Dieser Text hat den Schatten in Farbe #88B45D.
.textShadow {text-shadow: 3px 3px 1px #88B45D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88B45D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88B45D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88B45D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88B45D, Direction=45, Strength=4)">Text</p>
This text has shadow with #88B45D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88B45D; -webkit-box-shadow: 1px 1px 3px 2px #88B45D; box-shadow: 1px 1px 3px 2px #88B45D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88B45D; -webkit-box-shadow: 1px 1px 3px 2px #88B45D; box-shadow:1px 1px 3px 2px #88B45D;">
Div content here</div>
Dieser Text ist in der Farbe #88B45D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88B45D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88B45D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88B45D.