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