Shades of Sprout #BCCC94
Tints of Sprout #BCCC94
RGB
CMYK
RGB Variations
Color information
#BCCC94 (or 0xBCCC94) is known color: Sprout. HEX triplet: BC, CC and 94. RGB value is (188,204,148). Sum of RGB (Red+Green+Blue) = 188+204+148=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC94 is #43336B. Grayscale: #C1C1C1. Windows color (decimal): -4404076 or 9751740. OLE color: 9751740.
HSL color Cylindrical-coordinate representation of color #BCCC94: hue angle of 77.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCCC94 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 148 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.2 |
| HSL | 77.14º | 0.35% | 0.69% | - |
| HSV(B) | 77.14º | 0.27% | 0.8% | - |
| XYZ | 47.68 | 56.02 | 36.32 | - |
| YUV | 192.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 148 | 0.08 | 0 | 0.27 | 0.2 | 77.14 | 0.35 | 0.69 |
| Hex | BC | CC | 94 | 8 | 0 | 1B | 14 | 4D | 23 | 45 |
| Octal | 274 | 314 | 224 | 10 | 0 | 33 | 24 | 115 | 43 | 105 |
| Binary | 10111100 | 11001100 | 10010100 | 1000 | 0 | 11011 | 10100 | 1001101 | 100011 | 1000101 |
Color Harmonies of #BCCC94
Complementary color
Monochromatic Colors of #BCCC94
Black with #BCCC94
Text Example
Text Example
White with #BCCC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC94; }
p { color: rgb(188,204,148); }
H1.HeaderClassName
{
color: #BCCC94;
}
.AnyTagClassName
{
color: #BCCC94;
}
</style>
background-color css
<style>
a { background-color: #BCCC94; }
a { background-color: rgb(188,204,148); }
div.DivClassName
{
background-color: #BCCC94;
}
.BgClassName
{
background-color: #BCCC94;
}
</style>
border-color css
<style>
span { border-color: #BCCC94; }
span { border-color: rgb(188,204,148); }
td.TdClassName
{
border-color: #BCCC94;
}
.TagClassName
{
border-color: #BCCC94;
}
</style>