HEX: #BCC385
RGB: (188,195,133)
Il colore #BCC385 contiene principalmente il rosso e il verde. Per il #BCC385 il colore web safe è #CCCC99 (#CC9).
Il colore BCC385 in RGB è definito come 188,195,133
RGB: (188,195,133)
(74%, 76%, 52%)
R 188 da 255 = 74%
G 195 da 255 = 76%
B 133 da 255 = 52%
R + G + B ~ 67%. #BCC385 colore abbastanza chiaro.
R + G + B = 188 + 195 + 133 = 516 (100%)
R 188 da 516 ~ 36.43%
G 195 da 516 ~ 37.79%
B 133 da 516 ~ 25.78'%
Il colore #BCC385 in CMYK è definito come 4,0,32,24.
CMYK: (4,0,32,24)
C4M0Y32K24 (4%, 0%, 32%, 24%)
(0.04 / 0.00 / 0.32 / 0.24)
Il #BCC385 nei modelli di colore popolari.
BC | C3 | 85 | |
---|---|---|---|
RGB | 188 | 195 | 133 |
HSL | 67° | 34.07% | 64.31% |
HSB/HSV | 67° | 31.79% | 76.47% |
CMYK | 3.59% | 0.00% | 31.79% |
23.53% |
Il #BCC385 nei modelli numerici popolari.
Esadicemale | BC | C3 | 85 |
Decimale | 188 | 195 | 133 |
Binario | 10111100 | 11000011 | 10000101 |
Ottale | 274 | 303 | 205 |
Tonalità scure del colore #BCC385
Tonalità chiare del colore #BCC385
Esempi dei codici css e html per gli elementi di colore #BCC385. Utilizzate rgb(188,195,133) anche al posto del codice hex.
.myTextColor { color: #BCC385; }
<p style="color:#BCC385">This sample text font color is #BCC385.</p>
Il colore di questo testo è #BCC385.
.myBgColor { background-color: #BCC385; }
<div style="background-color:#BCC385">Inner text</div>
Questo div ha lo sfondo di colore #BCC385.
.myBorderColor { border: 1px solid #BCC385; }
<div style="border:3px solid #BCC385">Div</div>
Questo div ha i bordi di colore BCC385.
.myOpacity80 { color: #BCC385; opacity: 0.8; }
<p style="color:#BCC385;opacity:0.8;">80%</p>
Il testo di color #BCC385 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC385;}
<p style="text-shadow: 3px 3px 1px #BCC385">Text here.</p>
Questo testo ha l'ombra di colore #BCC385.
.textShadow {text-shadow: 3px 3px 1px #BCC385', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC385, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #BCC385 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC385, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC385, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC385 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCC385;
-webkit-box-shadow: 1px 1px 3px 2px #BCC385;
box-shadow: 1px 1px 3px 2px #BCC385;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC385; -webkit-box-shadow: 1px 1px 3px 2px #BCC385; box-shadow:1px 1px 3px 2px #BCC385;">
Div content here
</div>
Questo e il testo di colore #BCC385 sullo sfondo nero.
Questo e il testo di colore #BCC385 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #BCC385.
Questo è un testo bianco sullo sfondo del colore #BCC385.
Il colore complimentare del #hex è #433C7A..