Shades of Sprout #BCCF93
Tints of Sprout #BCCF93
RGB
CMYK
RGB Variations
Color information
#BCCF93 (or 0xBCCF93) is known color: Sprout. HEX triplet: BC, CF and 93. RGB value is (188,207,147). Sum of RGB (Red+Green+Blue) = 188+207+147=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF93 is #43306C. Grayscale: #C2C2C2. Windows color (decimal): -4403309 or 9686972. OLE color: 9686972.
HSL color Cylindrical-coordinate representation of color #BCCF93: hue angle of 79º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCCF93 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 147 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.19 |
| HSL | 79º | 0.38% | 0.69% | - |
| HSV(B) | 79º | 0.29% | 0.81% | - |
| XYZ | 48.32 | 57.42 | 36.14 | - |
| YUV | 194.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 147 | 0.09 | 0 | 0.29 | 0.19 | 79 | 0.38 | 0.69 |
| Hex | BC | CF | 93 | 9 | 0 | 1D | 13 | 4F | 26 | 45 |
| Octal | 274 | 317 | 223 | 11 | 0 | 35 | 23 | 117 | 46 | 105 |
| Binary | 10111100 | 11001111 | 10010011 | 1001 | 0 | 11101 | 10011 | 1001111 | 100110 | 1000101 |
Color Harmonies of #BCCF93
Complementary color
Monochromatic Colors of #BCCF93
Black with #BCCF93
Text Example
Text Example
White with #BCCF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF93; }
p { color: rgb(188,207,147); }
H1.HeaderClassName
{
color: #BCCF93;
}
.AnyTagClassName
{
color: #BCCF93;
}
</style>
background-color css
<style>
a { background-color: #BCCF93; }
a { background-color: rgb(188,207,147); }
div.DivClassName
{
background-color: #BCCF93;
}
.BgClassName
{
background-color: #BCCF93;
}
</style>
border-color css
<style>
span { border-color: #BCCF93; }
span { border-color: rgb(188,207,147); }
td.TdClassName
{
border-color: #BCCF93;
}
.TagClassName
{
border-color: #BCCF93;
}
</style>