Shades of Sprout #BCCB93
Tints of Sprout #BCCB93
RGB
CMYK
RGB Variations
Color information
#BCCB93 (or 0xBCCB93) is known color: Sprout. HEX triplet: BC, CB and 93. RGB value is (188,203,147). Sum of RGB (Red+Green+Blue) = 188+203+147=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB93 is #43346C. Grayscale: #C0C0C0. Windows color (decimal): -4404333 or 9685948. OLE color: 9685948.
HSL color Cylindrical-coordinate representation of color #BCCB93: hue angle of 76.07º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCCB93 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 147 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.20 |
| HSL | 76.07º | 0.35% | 0.69% | - |
| HSV(B) | 76.07º | 0.28% | 0.8% | - |
| XYZ | 47.36 | 55.51 | 35.82 | - |
| YUV | 192.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 147 | 0.07 | 0 | 0.28 | 0.20 | 76.07 | 0.35 | 0.69 |
| Hex | BC | CB | 93 | 7 | 0 | 1C | 14 | 4C | 23 | 45 |
| Octal | 274 | 313 | 223 | 7 | 0 | 34 | 24 | 114 | 43 | 105 |
| Binary | 10111100 | 11001011 | 10010011 | 111 | 0 | 11100 | 10100 | 1001100 | 100011 | 1000101 |
Color Harmonies of #BCCB93
Complementary color
Monochromatic Colors of #BCCB93
Black with #BCCB93
Text Example
Text Example
White with #BCCB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB93; }
p { color: rgb(188,203,147); }
H1.HeaderClassName
{
color: #BCCB93;
}
.AnyTagClassName
{
color: #BCCB93;
}
</style>
background-color css
<style>
a { background-color: #BCCB93; }
a { background-color: rgb(188,203,147); }
div.DivClassName
{
background-color: #BCCB93;
}
.BgClassName
{
background-color: #BCCB93;
}
</style>
border-color css
<style>
span { border-color: #BCCB93; }
span { border-color: rgb(188,203,147); }
td.TdClassName
{
border-color: #BCCB93;
}
.TagClassName
{
border-color: #BCCB93;
}
</style>