HEX: #BCC772
RGB: (188,199,114)
Il colore #BCC772 contiene principalmente il rosso e il verde. Per il #BCC772 il colore web safe è #CCCC66 (#CC6).
Il colore BCC772 in RGB è definito come 188,199,114
RGB: (188,199,114)
(74%, 78%, 45%)
R 188 da 255 = 74%
G 199 da 255 = 78%
B 114 da 255 = 45%
R + G + B ~ 66%. #BCC772 colore abbastanza chiaro.
R + G + B = 188 + 199 + 114 = 501 (100%)
R 188 da 501 ~ 37.52%
G 199 da 501 ~ 39.72%
B 114 da 501 ~ 22.75'%
Il colore #BCC772 in CMYK è definito come 6,0,43,22.
CMYK: (6,0,43,22)
C6M0Y43K22 (6%, 0%, 43%, 22%)
(0.06 / 0.00 / 0.43 / 0.22)
Il #BCC772 nei modelli di colore popolari.
BC | C7 | 72 | |
---|---|---|---|
RGB | 188 | 199 | 114 |
HSL | 68° | 43.15% | 61.37% |
HSB/HSV | 68° | 42.71% | 78.04% |
CMYK | 5.53% | 0.00% | 42.71% |
21.96% |
Il #BCC772 nei modelli numerici popolari.
Esadicemale | BC | C7 | 72 |
Decimale | 188 | 199 | 114 |
Binario | 10111100 | 11000111 | 1110010 |
Ottale | 274 | 307 | 162 |
Tonalità scure del colore #BCC772
Tonalità chiare del colore #BCC772
Esempi dei codici css e html per gli elementi di colore #BCC772. Utilizzate rgb(188,199,114) anche al posto del codice hex.
.myTextColor { color: #BCC772; }
<p style="color:#BCC772">This sample text font color is #BCC772.</p>
Il colore di questo testo è #BCC772.
.myBgColor { background-color: #BCC772; }
<div style="background-color:#BCC772">Inner text</div>
Questo div ha lo sfondo di colore #BCC772.
.myBorderColor { border: 1px solid #BCC772; }
<div style="border:3px solid #BCC772">Div</div>
Questo div ha i bordi di colore BCC772.
.myOpacity80 { color: #BCC772; opacity: 0.8; }
<p style="color:#BCC772;opacity:0.8;">80%</p>
Il testo di color #BCC772 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC772;}
<p style="text-shadow: 3px 3px 1px #BCC772">Text here.</p>
Questo testo ha l'ombra di colore #BCC772.
.textShadow {text-shadow: 3px 3px 1px #BCC772', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC772, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #BCC772 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC772, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC772, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC772 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCC772;
-webkit-box-shadow: 1px 1px 3px 2px #BCC772;
box-shadow: 1px 1px 3px 2px #BCC772;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC772; -webkit-box-shadow: 1px 1px 3px 2px #BCC772; box-shadow:1px 1px 3px 2px #BCC772;">
Div content here
</div>
Questo e il testo di colore #BCC772 sullo sfondo nero.
Questo e il testo di colore #BCC772 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #BCC772.
Questo è un testo bianco sullo sfondo del colore #BCC772.
Il colore complimentare del #hex è #43388D..