Shades of Sprout #BCCC99
Tints of Sprout #BCCC99
RGB
CMYK
RGB Variations
Color information
#BCCC99 (or 0xBCCC99) is known color: Sprout. HEX triplet: BC, CC and 99. RGB value is (188,204,153). Sum of RGB (Red+Green+Blue) = 188+204+153=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC99 is #433366. Grayscale: #C1C1C1. Windows color (decimal): -4404071 or 10079420. OLE color: 10079420.
HSL color Cylindrical-coordinate representation of color #BCCC99: hue angle of 78.82º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCC99 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 153 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.2 |
| HSL | 78.82º | 0.33% | 0.7% | - |
| HSV(B) | 78.82º | 0.25% | 0.8% | - |
| XYZ | 48.08 | 56.18 | 38.45 | - |
| YUV | 193.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 153 | 0.08 | 0 | 0.25 | 0.2 | 78.82 | 0.33 | 0.7 |
| Hex | BC | CC | 99 | 8 | 0 | 19 | 14 | 4F | 21 | 46 |
| Octal | 274 | 314 | 231 | 10 | 0 | 31 | 24 | 117 | 41 | 106 |
| Binary | 10111100 | 11001100 | 10011001 | 1000 | 0 | 11001 | 10100 | 1001111 | 100001 | 1000110 |
Color Harmonies of #BCCC99
Complementary color
Monochromatic Colors of #BCCC99
Black with #BCCC99
Text Example
Text Example
White with #BCCC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC99; }
p { color: rgb(188,204,153); }
H1.HeaderClassName
{
color: #BCCC99;
}
.AnyTagClassName
{
color: #BCCC99;
}
</style>
background-color css
<style>
a { background-color: #BCCC99; }
a { background-color: rgb(188,204,153); }
div.DivClassName
{
background-color: #BCCC99;
}
.BgClassName
{
background-color: #BCCC99;
}
</style>
border-color css
<style>
span { border-color: #BCCC99; }
span { border-color: rgb(188,204,153); }
td.TdClassName
{
border-color: #BCCC99;
}
.TagClassName
{
border-color: #BCCC99;
}
</style>